Description Usage Arguments Value See Also Examples
This function downloads the results of an experiment.
| 1 2 | downloadExperiment(sourceURL, experimentName, destination = "default.csv",
  auth = FALSE)
 | 
| sourceURL | The source URL for the experiment | 
| experimentName | The experiment name as set in  | 
| destination | The file to download. By default, all uploaded results are
saved in  | 
| auth | Whether authentication is needed | 
The downloaded data set as data frame
Other download: getDestinations,
getUsers
| 1 2 3 4 5 | ## Not run: 
downloadExperiment("https...s3.amazonaws.com.myexperiment.index.html", "testing1")
downloadExperiment("https...s3.amazonaws.com.myexperiment.index.html", "running", auth = TRUE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.