View source: R/npn_get_species.R
npn_species_types | R Documentation |
Return all plant or animal functional types used in the NPN database.
npn_species_types(kingdom = c("Animalia", "Plantae"), ...)
kingdom |
Character vector of taxonomic kingdoms to filter results by.
Valid values include |
... |
Currently unused. |
A data frame with a list of the functional types used in the NPN database, filtered by the specified kingdom.
## Not run:
npn_species_types("Plantae")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.