blankWorkspace: Create a Blank Workspace

View source: R/z_examples.R

blankWorkspaceR Documentation

Create a Blank Workspace

Description

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

Usage

blankWorkspace(dir, force = FALSE)

Arguments

dir

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

force

logical. Defaults to FALSE. Prevents deploying files in a directory that already exists without explicit permission.

Value

No return value, called for side effects

Examples


# running blankWorkspace deploys template
# files to a directory specified by the user
blankWorkspace(paste0(tempdir(), "/blankWorkspace_example"))



actel documentation built on Oct. 19, 2023, 9:08 a.m.