powered by
Produces template files and folders required to run the explore, migration and residency functions.
explore
migration
residency
blankWorkspace(dir, force = FALSE)
No return value, called for side effects
The name of the target directory. Will be created if not present.
logical. Defaults to FALSE. Prevents deploying files in a directory that already exists without explicit permission.
# \donttest{ # running blankWorkspace deploys template # files to a directory specified by the user blankWorkspace(paste0(tempdir(), "/blankWorkspace_example")) # }
Run the code above in your browser using DataLab