Nothing
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.
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")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.