get_taxa | R Documentation |
A helper function to filter on GBIF and NCBI taxa names
get_taxa(
x,
kingdom = NA,
phylum = NA,
class = NA,
order = NA,
family = NA,
genus = NA,
species = NA
)
x |
A tibble created with |
kingdom |
A string consisting of a scientific name. |
phylum |
A string consisting of a scientific name. |
class |
A string consisting of a scientific name. |
order |
A string consisting of a scientific name. |
family |
A string consisting of a scientific name. |
genus |
A string consisting of a scientific name. |
species |
A string consisting of a scientific name. |
This method will return results if the scientific name of interest is found in either the GBIF or the NCBI. The scientific name does not have to be case sensitive.
A filtered tibble.
get_taxa(load_sample(), species = "hyalina")
get_taxa(load_sample(), phylum = "ArthroPODA", genus = "BirGus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.