select_dataset {metacore} | R Documentation |
Select metacore object to single dataset
Description
Select metacore object to single dataset
Usage
select_dataset(.data, dataset, simplify = FALSE, quiet = FALSE)
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 |
Value
a filtered subset of the metacore object
[Package metacore version 0.2.1 Index]