domino.get {domino} | R Documentation |
domino.get
Description
Downloads given project data from Domino. Changes working directory to the project's directory.
Usage
# Usage without username
domino.get("projectName")
Arguments
projectName |
String containing project name. It can be prefixed by
username and slash. Ex. |
Examples
## 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)
[Package domino version 0.3.1 Index]