getDestinations {Rexperigen} | R Documentation |
Returns the list of destination files for an experiment.
getDestinations(sourceURL, experimentName, auth = FALSE)
sourceURL |
The source URL for the experiment |
experimentName |
The experiment name as set in |
auth |
Whether authentication is needed |
The list of destinations
Other download: downloadExperiment
,
getUsers
## Not run: getDestinations("https...s3.amazonaws.com.myexperiment.index.html", "running", auth = TRUE) ## End(Not run)