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