npn_phenophases_by_species {rnpn} | R Documentation |
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, ...)
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. |
Value
A tibble listing phenophases in the NPN database for the specified species and date.
Examples
## Not run:
pp <- npn_phenophases_by_species(3, "2018-05-05")
## End(Not run)
[Package rnpn version 1.4.0 Index]