registerExperiment {Rexperigen} | R Documentation |
Registers the given experiment to the experimenter. Returns the server's response. Do provide the credentials before calling this function
registerExperiment(sourceURL, experimentName)
sourceURL |
The source URL for the experiment |
experimentName |
The experiment name as set in |
The server response.
Other registration: getRegisteredExperiments
,
removeRegistration
## Not run: registerExperiment("https...s3.amazonaws.com.myexperiment.index.html", "running") ## End(Not run)