Description Usage Arguments Value See Also Examples
An experiment is a grouping of many runs from a specified script.
1 | experiment(workspace, name)
|
workspace |
The |
name |
A string of the experiment name. The name must be between 3-36 characters, start with a letter or number, and can only contain letters, numbers, underscores, and dashes. |
The Experiment
object.
1 2 3 4 5 | ## Not run:
ws <- load_workspace_from_config()
exp <- experiment(ws, name = 'myexperiment')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.