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