Learn R Programming

domino (version 0.3.1)

domino.get: 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. "jglodek/quick-start".

Examples

Run this code
# 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")
# }

Run the code above in your browser using DataLab