remove_experiment_data {SqueakR} | R Documentation |
Remove Data from Experiment File
Description
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.
Usage
remove_experiment_data(experiment, data_id)
Arguments
experiment |
The experiment object |
data_id |
The number of the data file to be removed |
Value
The experiment file, with the rejected call data removed.
Examples
## Not run: experiment <- remove_experiment_data(experiment = experiment_object, data_id = 12)
[Package SqueakR version 1.3.0 Index]