tidyverse / funs

Collection of low-level functions for working with vctrs
Other
34 stars 7 forks source link

Make sure if_else() cross-references to case_when() #58

Open hadley opened 3 years ago

hadley commented 3 years ago

Since complicated if_else() statement can often be written much more simply. Should include something in description, and example of converting nested if_else() into case_when().