npn_phenophase_details: Get Phenophase Details

View source: R/npn_phenophases.R

npn_phenophase_detailsR 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)

rnpn documentation built on April 3, 2025, 5:54 p.m.