Closed joethorley closed 2 years ago
vectorized replacement of values in x where y is true (as opposed to FALSE or NA).
Might be closer to intent of if_else2()
if_else2()
still needs three arguments I think if_else2() clearer
vectorized replacement of values in x where y is true (as opposed to FALSE or NA).
Might be closer to intent of
if_else2()