This is the r-noodling
R package. This is a collection of tools are not meant to be part of 'output' but are helpful during the process of munging and analyzing data
Currently there are no plans to submit this package to CRAN, so the package can be installed from this GitHub repository, using the following code:
devtools::install_github("rethinkpriorities/rnoodling")
After installing the package, you can load the package using library(rnoodling)
.
Note that the name of the R package is different from the name of the GitHub repository.