RLesur / casewhen

Create reusable dplyr::case_when() functions
MIT License
63 stars 2 forks source link

casewhen does not work with `dbplyr` #1

Closed RLesur closed 6 years ago

RLesur commented 6 years ago

case_when() functions work well with a data.frame. However, when used with dbplyr, they are not recognized as a case_when().

RLesur commented 6 years ago

Closed by #2