eccc_ahccd_data: eccc_ahccd_data

Description Usage Arguments Value Examples

View source: R/ahccd.R

Description

Get data for Adjusted Homogenized Canadian Climate Data (AHCCD) stations

Usage

1
eccc_ahccd_data(station_number, period = "month", query)

Arguments

station_number

AHCCD station identifier, see eccc_ahccd_stns

period

One of "month" (default), "year", "season" or "trends"

query

(Optional) List of queryables. This allows for more complicated queries. Specifying station_number will override query. See eccc_queryables("ahccd-annual")

Value

tibble containing AHCCD values for dates

Examples

1
2
3
4
eccc_ahccd_data(
  station_number = "3011120",
  period = "year"
)

rywhale/ecccgeometR documentation built on Dec. 22, 2021, 8:19 p.m.