The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

framecleaner

R-CMD-check Lifecycle: experimental CRAN status

framecleaner provides a tidyverse-friendly interface for modifying data frames with a sequence of piped commands. These commands wrap dplyr mutate statements in a convenient way to concisely solve common issues that arise when tidying small to medium data sets. It also includes smart defaults and allows selection of columns via tidyselect.

Installation

You can install the released version of framecleaner from CRAN with:

install.packages("framecleaner")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("Harrison4192/framecleaner")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.