blankWorkspace | R Documentation |
Produces template files and folders required to run the explore
,
migration
and residency
functions.
blankWorkspace(dir, force = FALSE)
dir |
The name of the target directory. Will be created if not present. |
force |
logical. Defaults to FALSE. Prevents deploying files in a directory that already exists without explicit permission. |
No return value, called for side effects
# running blankWorkspace deploys template
# files to a directory specified by the user
blankWorkspace(paste0(tempdir(), "/blankWorkspace_example"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.