Skip to contents

Retrieves information about climate stations for NCCN parks (MORA, NOCA, OLYM, and SAJH)

Usage

getClimateStationList(park_code = c("MORA", "NOCA", "OLYM", "SAJH"))

Arguments

park_code

Four-letter park code(s)

Value

A tibble with one line per climate station

Examples

if (FALSE) { # \dontrun{
olym_station_info <- getClimateStationList("OLYM")
nccn_station_info <- getClimateStationList()
} # }