remove_experiment_data | R Documentation |
Removes the data object of interest from the experiment according to a data_id. Removing the data with data_id = 12 removes the 12th dataset added to the experiment.
remove_experiment_data(experiment, data_id)
experiment |
The experiment object |
data_id |
The number of the data file to be removed |
The experiment file, with the rejected call data removed.
## Not run: experiment <- remove_experiment_data(experiment = experiment_object, data_id = 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.