generate_demo {archetyper} | R Documentation |
generates a demo project using archetyper
generate_demo(path = tempdir())
path |
The path where the project should be created. Default is a temporary directory: tempdir(). |
No return value.
## Not run:
generate("majestic_12")
## End(Not run)