npn_phenophase_details {rnpn} | R Documentation |
Get Phenophase Details
Description
Retrieves additional details for select phenophases, including full list of applicable phenophase definition IDs and phenophase revision notes over time
Usage
npn_phenophase_details(ids = NULL, ...)
Arguments
ids |
Takes a vector of phenophase ids for which to retrieve additional details. |
... |
Currently unused. |
Value
A tibble listing phenophases in the NPN database, including detailed information for each, filtered by the phenophase ID.
Examples
## Not run:
pd <- npn_phenophase_details(c(56, 57))
## End(Not run)
[Package rnpn version 1.4.0 Index]