if (FALSE) {
# Get data set by name
get_dataset(ex_taxmap, "info")
# Get data set by indeex_taxmap
get_dataset(ex_taxmap, 1)
# Get data set by T/F vector
get_dataset(ex_taxmap, startsWith(names(ex_taxmap$data), "i"))
}
Run the code above in your browser using DataLab