| create_workspace | R Documentation |
Exports the package's synthetic reference environment to a caller-controlled
directory. Existing non-empty directories require explicit overwrite.
create_workspace(path, overwrite = FALSE)
path |
Destination directory. |
overwrite |
Whether existing files may be replaced. |
An rwa_workspace object.
workspace <- create_workspace(file.path(tempdir(), "rwa-example"), overwrite = TRUE)
print(workspace)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.