View source: R/createExperiment.R
createExperiment | R Documentation |
Creates a new experiment.
createExperiment(properties = list(), params = list())
properties |
Optional properties for the new experiment. |
params |
Optional query parameters. |
## Not run:
createExperiment() # creates a blank experiment
createExperiment(list("name" = "my experiment"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.