Saves an environment variable containing the path to the recode list. Saved as
MEMORIAL_HERMANN_RECODE_PATH
.
Usage
set_recode_path(path = NULL, install = TRUE)
Arguments
- path
folder path to recode list. E.g., "path/to/recode/list/"
.
- install
save the folder path to your .Renviron for future use.
Examples
if (FALSE) {
set_recode_path("made/up/path/file.csv")
}