removeRegistration {Rexperigen} | R Documentation |
Removes the registration of the experiment
Description
Removes the registration of the experiment to the logged in experimenter. Does not remove any data though! All of the data will be available to anyone.
Usage
removeRegistration(sourceURL, experimentName)
Arguments
sourceURL |
The source URL for the experiment |
experimentName |
The experiment name as set in |
Value
The server response.
See Also
Other registration: getRegisteredExperiments
,
registerExperiment
Examples
## Not run:
removeRegistration("https...s3.amazonaws.com.myexperiment.index.html", "running")
## End(Not run)
[Package Rexperigen version 0.2.1 Index]