domino.get: domino.get

Description Usage Arguments Examples

View source: R/domino.get.R

Description

Downloads given project data from Domino. Changes working directory to the project's directory.

Usage

1
2
# Usage without username 
domino.get("projectName")

Arguments

projectName

String containing project name. It can be prefixed by username and slash. Ex. "jglodek/quick-start".

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
# in directory ./
domino.get("my-project-in-the-cloud")
# current working directory is now switched to ./my-project-in-the-cloud 
and the directory
# is filled with files from Domino server.

# The name of the project is prepended with username
    domino.get("jglodek/my-project-in-the-cloud")

## End(Not run)

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