Learn R Programming

Rexperigen (version 0.2.1)

registerExperiment: Registers an experiment to the experimenter.

Description

Registers the given experiment to the experimenter. Returns the server's response. Do provide the credentials before calling this function

Usage

registerExperiment(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, removeRegistration

Examples

Run this code
## Not run: 
# registerExperiment("https...s3.amazonaws.com.myexperiment.index.html", "running")
# ## End(Not run)

Run the code above in your browser using DataLab