add_ppmf19_path | R Documentation |
Add ppmf19 path to Renviron
add_ppmf19_path(path, overwrite = FALSE, install = FALSE)
path |
path where ppmf19 data is stored |
overwrite |
Defaults to FALSE. Should existing ppmf19 in Renviron be overwritten? |
install |
Defaults to FALSE. Should ppmf19 be added to '~/.Renviron' file? |
path, invisibly
## Not run:
tp <- tempfile(fileext = '.csv')
add_ppmf19_path(tp)
path19 <- Sys.getenv('path19')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.