generate_demo {archetyper}R Documentation

generates a demo project using archetyper

Description

generates a demo project using archetyper

Usage

generate_demo(path = tempdir())

Arguments

path

The path where the project should be created. Default is a temporary directory: tempdir().

Value

No return value.

Examples

## Not run: 
generate("majestic_12")

## End(Not run)

[Package archetyper version 0.1.0 Index]