add_to_experiment | R Documentation |
Adds summarized timepoint data (acquired by running 'add_timepoint_data()', followed by 'score_timepoint_data()') to the created experiment object.
add_to_experiment(experiment, added_data)
experiment |
The experiment object |
added_data |
The scored data object to be added to the experiment |
A list object containing statistics and metadata for the entire experiment. The 'groups' and 'experimenters' field will auto-populate based on added data using the 'update_experiment()' function.
## Not run: add_to_experiment(experiment = experiment, added_data = my_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.