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