getDestinations {Rexperigen}R Documentation

Returns the list of destination files for an experiment.

Description

Returns the list of destination files for an experiment.

Usage

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

Value

The list of destinations

See Also

Other download: downloadExperiment, getUsers

Examples

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

## End(Not run)

[Package Rexperigen version 0.2.1 Index]