View source: R/getParentTaxa.R
getParentTaxa | R Documentation |
Must specify either taxon
or code
. taxon
is used if both are specified.
getParentTaxa(
taxon = NULL,
code = NULL,
convert = TRUE,
level = c("order", "suborder", "greatgroup", "subgroup")
)
taxon |
A character vector of taxa (case-insensitive) |
code |
A character vector of taxon codes (case sensitive) |
convert |
Convert results from taxon codes to taxon names? Default: |
level |
level Filter results to specific level? Default: |
A named list, where names are taxon codes and values are character vectors representing parent taxa
getParentTaxa("ultic haploxeralfs")
getParentTaxa(code = c("ABCD", "DABC"))
getParentTaxa("folists", convert = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.