index.md

dictClean

An R package to clean data using simple "dictionary" files

Installation

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:



dushoff/dictClean documentation built on Aug. 4, 2024, 5:37 p.m.