knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

tidyplus

Lifecycle: stable R-CMD-check Codecov test coverage 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.



poissonconsulting/tidyplus documentation built on Jan. 26, 2025, 4:45 p.m.