Learn R Programming

domino (version 0.3.1)

domino.create: 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

Run this code
# NOT RUN {
# in directory ./
domino.create("my-new-project")
# current working directory is now switched to ./my-new-project and new
project is initialized.
# }

Run the code above in your browser using DataLab