Skip to contents

Retrieves information about climate time series datasets for NCCN parks (MORA, NOCA, OLYM, and SAJH)

Usage

getClimateTimeSeriesInfo(
  park_code = c("MORA", "NOCA", "OLYM", "SAJH"),
  include_derived = FALSE
)

Arguments

park_code

Four-letter park code(s)

include_derived

Include derived time series?

Value

A tibble with one line per dataset

Examples

if (FALSE) { # \dontrun{
olym_ts_info <- getClimateTimeSeriesInfo("OLYM")
} # }