actel (version 1.1.0)

createWorkspace: Create a Default Workspace

Description

Produces template files and folders required to run the explore, migration and residency functions.

Usage

createWorkspace(dir)

Arguments

dir

The name of the target directory. Will be created if not present.

Value

No return value, called for side effects

Examples

Run this code
# NOT RUN {
# running createWorkspace deploys template
# files to a directory specified by the user
createWorkspace(paste0(tempdir(), "/createWorkspace_example"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab