Select metacore object to single dataset
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
TRUEorFALSE. Default behaviour isFALSE.- verbose
A character string specifying the desired verbosity level. Must be one of:
- "message"
(default) Messages and warnings are handled normally.
- "warn"
Messages are suppressed, but warnings are allowed.
- "collapse"
Warnings are collapsed into a single message indicating the number of suppressed warnings.
- "silent"
Both messages and warnings are suppressed.