actel (version 1.3.0)

createWorkspace: Deprecated function.

Description

Use blankWorkspace instead.

Usage

createWorkspace(dir, force = FALSE)

Value

No return value, called for side effects

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.

Examples

Run this code
# \donttest{
# createWorkspace is deprecated. Use blankWorkspace instead.
# }

Run the code above in your browser using DataLab