domino.init: domino.init

Description Usage Arguments Examples

View source: R/domino.init.R

Description

Initializes new domino project in current directory. It can also set arbitrary name to the project, even if different from current directory name.

Usage

1
2
3
4
# inits a project inside current directory, with given name.
# ex. if run in ~/my_project, with "my_name" as a param,
# it will create a Domino project called my-param inside ~/my_project directory.
domino.init("projectName")

Arguments

projectName

Project name for the project that will be created in current working directory.

Examples

1
2
3
4
5
6
## Not run: 
# in directory ./
domino.init("my-new-project")
# new project with name "my-new-project" is initialized inside current directory.

## End(Not run)

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