tidyplus
provides functions such as
str_crush()
, add_missing_column()
,
coalesce_data()
and drop_na_all()
that
complement ‘tidyverse’ functionality or functions that provide
alternative behaviors such as if_else2()
and
str_detect2()
.
You can install the development version of tidyplus
from
GitHub
with:
# install.packages("devtools")
::install_github("poissonconsulting/tidyplus") devtools
Please note that the tidyplus project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.