Skip to content

Harrison4192/framecleaner

Repository files navigation

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")

About

clean data

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages