An R package to clean data using simple "dictionary" files
From inside R:
remotes::install_github("dushoff/dictClean")
This will fail for old versions of "remotes", because the default branch is now "main" instead of "master". , ref="main"
before the last paren may well fix this problem, but probably what you want to do is update remotes:
install_packages("remotes")
… and then try again
Alternative If you can't install_github because of permission problems, try:
R CMD INSTALL dictClean-main
from the directory where you unzipped.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.