
Download meteorological and pollutant data from Monitor Ar Program
Source:R/monitor_ar_retrieve_met_pol.R
monitor_ar_retrieve_met_pol.Rd
This function download the main meteorological parameters for model evaluation, together with criteria pollutants for in air quality station (AQS) of Monitor Ar program. It will pad out the date with missing data with NA
Usage
monitor_ar_retrieve_met_pol(
start_date,
end_date,
aqs_code,
verbose = TRUE,
to_local = TRUE,
to_csv = FALSE,
csv_path = ""
)