Path for the 19.61 replication in 2023.

add_ppmf19r_path(path, overwrite = FALSE, install = FALSE)

Arguments

path

path where ppmf19r data is stored

overwrite

Defaults to FALSE. Should existing ppmf19 in Renviron be overwritten?

install

Defaults to FALSE. Should ppmf19r be added to '~/.Renviron' file?

Value

path, invisibly

Examples

if (FALSE) {
tp <- tempfile(fileext = '.csv')
add_ppmf19r_path(tp)
path19 <- Sys.getenv('path19')
}