Makes a download request from the server.
This function downloads the results of an experiment.
downloadExperiment(sourceURL, experimentName, destination = "default.csv", auth = FALSE)
sourceURL
: The source URL for the experimentexperimentName
: The experiment name as set in settings.js
destination
: The file to download. By default, all uploaded results are saved in default.csv
, which is the default file to download.auth
: Whether authentication is neededThe downloaded data set as data frame
## 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)
Other download: getDestinations
, getUsers