Learn R Programming

metacore (version 0.2.1)

select_dataset: Select metacore object to single dataset

Description

Select metacore object to single dataset

Usage

select_dataset(.data, dataset, simplify = FALSE, quiet = FALSE)

Value

a filtered subset of the metacore object

Arguments

.data

the metacore object of dataframes

dataset

the specific dataset to subset by

simplify

return a single dataframe

quiet

Option to quietly load in, this will suppress warnings, but not errors. Expects either TRUE or FALSE. Default behaviour is FALSE.