You may like na_if (dplyr.tidyverse.org/reference/na...) and, the inverse, replace_na (tidyr.tidyverse.org/reference/re...).
You may like na_if (dplyr.tidyverse.org/reference/na...) and, the inverse, replace_na (tidyr.tidyverse.org/reference/re...).
More on the tooling side but want to make sure you were aware of these rstats packages, which I believe Rob is a coauthor on: tidyverts.org
More on the tooling side but want to make sure you were aware of these rstats packages, which I believe Rob is a coauthor on: tidyverts.org
pointblank::col_vals_expr(
expr = ~ nchar(x) == 4
)
pointblank::col_vals_expr(
expr = ~ nchar(x) == 4
)