powered by
A helper function to filter columns on GBIF taxa names
get_taxa( x, kingdom = NA, phylum = NA, class = NA, order = NA, family = NA, genus = NA, species = NA )
A tibble created with load_taxonomies() or load_population() or load_sample().
load_taxonomies()
load_population()
load_sample()
A string consisting of a scientific name.
A filtered tibble.
# NOT RUN { get_taxa(load_sample(), species = "hyalina") # }
Run the code above in your browser using DataLab