downloadExperiment: Makes a download request from the server.

Description Usage Arguments Value See Also Examples

Description

This function downloads the results of an experiment.

Usage

1
2
downloadExperiment(sourceURL, experimentName, destination = "default.csv",
  auth = FALSE)

Arguments

sourceURL

The source URL for the experiment

experimentName

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 needed

Value

The downloaded data set as data frame

See Also

Other download: getDestinations, getUsers

Examples

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)

aquincum/Rexperigen documentation built on May 10, 2019, 12:45 p.m.