tidyplus

Lifecycle: stable R-CMD-check codecov License: MIT CRAN status

Introduction

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().

Installation

You can install the development version of tidyplus from GitHub with:

# install.packages("devtools")
devtools::install_github("poissonconsulting/tidyplus")

Code of Conduct

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.