getUsers: Requests the table of users from the server.

Description Usage Arguments Value See Also Examples

View source: R/download.R

Description

Requests the table of users from the server.

Usage

1
getUsers(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 table of users

See Also

Other download: downloadExperiment, getDestinations

Examples

1
2
3
4
## Not run: 
getUsers("https...s3.amazonaws.com.myexperiment.index.html", "running", auth = TRUE)

## End(Not run)

Rexperigen documentation built on May 1, 2019, 10:09 p.m.