domino.create {domino} | R Documentation |
Creates Domino project. Changes working directory to new project's one.
domino.create(projectName)
projectName |
String that will be the name of the new project. |
## 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)