Learn R Programming

actel (version 1.2.1)

createWorkspace: Create a Default Workspace

Description

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

Usage

createWorkspace(dir)

Value

No return value, called for side effects

Arguments

dir

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

Examples

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

Run the code above in your browser using DataLab