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