Closed EmilHvitfeldt closed 3 months ago
So far, most steps only require base/stats. But a number of steps will benefit from dplyr::case_when(). It would be nice to get that, without always forcing {dplyr}.
dplyr::case_when()
See if we can embed in the object that dplyr is needed.
decided it wasn't worth it. dplyr is now imported
So far, most steps only require base/stats. But a number of steps will benefit from
dplyr::case_when()
. It would be nice to get that, without always forcing {dplyr}.See if we can embed in the object that dplyr is needed.