actel (version 1.1.0)

exampleWorkspace: Deploy Example Data

Description

Creates a ready-to-run workspace with example data.

Usage

exampleWorkspace(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 {
# deploy a minimal dataset to try actel!
exampleWorkspace(paste0(tempdir(), "/exampleWorkspace"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace