domino.create: domino.create

Description Usage Arguments Examples

View source: R/domino.create.R

Description

Creates Domino project. Changes working directory to new project's one.

Usage

1
domino.create(projectName)

Arguments

projectName

String that will be the name of the new project.

Examples

1
2
3
4
5
6
7
## 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)

domino documentation built on May 2, 2019, 10:16 a.m.