domino.create {domino} | R Documentation |
domino.create
Description
Creates Domino project. Changes working directory to new project's one.
Usage
domino.create(projectName)
Arguments
projectName |
String that will be the name of the new project. |
Examples
## Not run:
# in directory ./
domino.create("my-new-project")
# current working directory is now switched to ./my-new-project and new
project is initialized.
## End(Not run)
[Package domino version 0.3.1 Index]