Learn R Programming

rnpn (version 1.3.0)

npn_phenophases_by_species: Get Phenophase for Species

Description

Retrieves the phenophases applicable to species for a given date. It's important to specify a date since protocols/phenophases for any given species can change from year to year.

Usage

npn_phenophases_by_species(species_ids, date, ...)

Value

A tibble listing phenophases in the NPN database for the specified species and date.

Arguments

species_ids

Integer vector of species IDs for which to get phenophase information.

date

The applicable date for which to retrieve phenophases for the given species.

...

Currently unused.

Examples

Run this code
if (FALSE) {
pp <- npn_phenophases_by_species(3, "2018-05-05")
}

Run the code above in your browser using DataLab