removeRegistration: Removes the registration of the experiment

Description Usage Arguments Value See Also Examples

View source: R/registration.R

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

1
removeRegistration(sourceURL, experimentName)

Arguments

sourceURL

The source URL for the experiment

experimentName

The experiment name as set in settings.js

Value

The server response.

See Also

Other registration: getRegisteredExperiments, registerExperiment

Examples

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

## End(Not run)

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