View source: R/npn_phenophases.R
npn_phenophases_by_species | R Documentation |
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.
npn_phenophases_by_species(species_ids, date, ...)
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. |
A tibble listing phenophases in the NPN database for the specified species and date.
## Not run:
pp <- npn_phenophases_by_species(3, "2018-05-05")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.