Description Usage Arguments Value Examples
View source: R/filter_plates.R
For now, filter_plates only supports positive parameters, i.e. the plates to
be selected (not the plates to be ignored). In the future, this behavior may
to be more similar to vector subsetting.
1 | filter_plates(df, plates = NULL, filter.var = "Plate")
|
df |
The dataset from which to extract data |
plates |
The plates to select. If |
filter.var |
The variable to filter on (default: |
The subsetted data frame, with only the requested plates.
1 2 | filter_plates(some.df)
filter_plates(some.df, c(1, 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.