powered by
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, ...)
A tibble listing phenophases in the NPN database for the specified species and date.
Integer vector of species IDs for which to get phenophase information.
The applicable date for which to retrieve phenophases for the given species.
Currently unused.
if (FALSE) { pp <- npn_phenophases_by_species(3, "2018-05-05") }
Run the code above in your browser using DataLab