Learn R Programming

rnpn (version 1.4.1)

npn_species_types: Get Species Types

Description

Return all plant or animal functional types used in the NPN database.

Usage

npn_species_types(kingdom = c("Animalia", "Plantae"), ...)

Value

A data frame with a list of the functional types used in the NPN database, filtered by the specified kingdom.

Arguments

kingdom

Character vector of taxonomic kingdoms to filter results by. Valid values include 'Animalia', 'Plantae', or c("Animalia", "Plantae") (default).

...

Currently unused.

Examples

Run this code
if (FALSE) {
npn_species_types("Plantae")
}

Run the code above in your browser using DataLab