View source: R/classification_gbif.R
classification_gbif | R Documentation |
Get taxonomic classification data from GBIF
classification_gbif(
name,
rank = NULL,
kingdom = NULL,
phylum = NULL,
class = NULL,
order = NULL,
family = NULL,
genus = NULL,
strict = FALSE,
start = NULL,
asList = TRUE,
rows = NULL
)
name |
character. Scientific name of the taxon. |
rank |
character. Taxonomic rank of the taxon. One of 'kingdom', 'phylum', 'class', 'order', 'family', 'genus' or 'species'. |
kingdom |
character. Which kingdom should the taxon be a child of. |
phylum |
character. Which phylum should the taxon be a child of. Ignored if rank is higher. |
class |
character. Which class should the taxon be a child of. Ignored if rank is higher. |
order |
character. Which order should the taxon be a child of. Ignored if rank is higher. |
family |
character. Which family should the taxon be a child of. Ignored if rank is higher. |
genus |
character. Which genus should the taxon be a child of. Ignored if rank is higher. |
strict |
logical. If matching should be strict. |
start |
numeric. |
asList |
logical. If the output should be a list. Default TRUE. |
rows |
numeric. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.