remove_experiment_data: Remove Data from Experiment File

remove_experiment_dataR 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)


SqueakR documentation built on June 28, 2022, 5:06 p.m.