Please use airsis_loadAnnual instead of this function. It will soon be deprecated.

epa_load(
  year = strftime(lubridate::now(tzone = "UTC"), "%Y", tz = "UTC"),
  parameterCode = "88101",
  baseUrl = "https://haze.airfire.org/monitoring/EPA/RData/"
)

Arguments

year

desired year (integer or character representing YYYY)

parameterCode

pollutant code

baseUrl

base URL for EPA .RData files

Value

A ws_monitor object with EPA data for an entire year.