removeRegistration {Rexperigen} | R Documentation |
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.
removeRegistration(sourceURL, experimentName)
sourceURL |
The source URL for the experiment |
experimentName |
The experiment name as set in |
The server response.
Other registration: getRegisteredExperiments
,
registerExperiment
## Not run: removeRegistration("https...s3.amazonaws.com.myexperiment.index.html", "running") ## End(Not run)