powered by
Creates a ready-to-run workspace with example data.
exampleWorkspace(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{ # deploy a minimal dataset to try actel! exampleWorkspace(paste0(tempdir(), "/exampleWorkspace_example")) # }
Run the code above in your browser using DataLab