Path for the 19.61 replication in 2023.
add_ppmf19r_path(path, overwrite = FALSE, install = FALSE)
path where ppmf19r data is stored
Defaults to FALSE. Should existing ppmf19 in Renviron be overwritten?
Defaults to FALSE. Should ppmf19r be added to '~/.Renviron' file?
path, invisibly
if (FALSE) {
tp <- tempfile(fileext = '.csv')
add_ppmf19r_path(tp)
path19 <- Sys.getenv('path19')
}