getDestinations function

Returns the list of destination files for an experiment.

Returns the list of destination files for an experiment.

getDestinations(sourceURL, experimentName, auth = FALSE)

Arguments

  • sourceURL: The source URL for the experiment
  • experimentName: The experiment name as set in settings.js
  • auth: Whether authentication is needed

Returns

The list of destinations

Examples

## Not run: getDestinations("https...s3.amazonaws.com.myexperiment.index.html", "running", auth = TRUE) ## End(Not run)

See Also

Other download: downloadExperiment, getUsers