NOTE: This will be replaced by the function `get_dataset` in the `taxa` package. Get a data set from a taxmap object and complain if it does not exist. This is intended to be used to parse options in other functions.
get_taxmap_data(obj, data)
A taxmap object
Which data set to use. Can be any of the following:
The name of the data set to use.
The index of the data set to use.
A TRUE/FALSE vector the same length as the number of datasets, with exactly one TRUE corresponding to the selected data set.
Other option parsers:
get_taxmap_cols()
,
get_taxmap_other_cols()
,
get_taxmap_table()
,
verify_taxmap()