Uh oh!
There was an error while loading. Please reload this page.
ARROW-13200: [R] Add binding for case_when() - #10737
Conversation
ianmcook
commented
Jul 17, 2021
ianmcook
commented
Jul 17, 2021
@github-actions crossbow submit test-r-without-arrow test-r-minimal-build |
Revision: db7c0d267b6dbc1c35d29d4d08aafcd7f99e2334 Submitted crossbow builds: ursacomputing/crossbow @ actions-610
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
nealrichardson
commented
Jul 17, 2021
I've merged the news PR, so after you rebase please add a bullet in the new dplyr functions section for this (noting any type limitations) and also note if_else there too (which I think doesn't have those same type limitations?) |
Uh oh!
There was an error while loading. Please reload this page.
Adds support for
case_when()in dplyr verbs. I followed the example ofdbplyr::case_when(), which is much simpler and more self-contained thandplyr::case_when().