View source: R/set_data_path.R
set_data_path | R Documentation |
Setting up symlink for promise data
set_data_path(path = NULL, .interactive = TRUE, .update = FALSE)
path |
A |
.interactive |
|
.update |
A |
Since promise as of date contains PHI data processed data can't be bundled with the package. If you mount the box.com folder as a local drive, one can symlink the data to the promise data folder.
## Not run:
#First non-interactive use:
set_data_path("C:/Users/usename/Box/jolo_projects/promise/data/promise_v.0.1.3.rda", .interactive = FALSE)
#For interactive use
set_data_path()
#For updating path
set_data_path(.update = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.