Skip to contents

Lists all valid parameters and labels for each climate station at a park

Usage

getClimateParams(
  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_params <- getClimateParams("OLYM")
} # }