
weather_download_and_import_rawdata (data selector)
Source:R/weather_download_and_import_rawdata.R
weather_download_and_import_rawdata_data_selector.RdTakes the mean latitude and longitude of the municipality named in
argset$location_code. Downloads the MET Norway location forecast for that
point. Returns it under the name data.
See also
weather_download_and_import_rawdata_action(), which consumes this
list. cs9example has no vignettes of its own; how cs9 pairs a data selector
with an action is documented in cs9::SurveillanceSystem_v9.
Other cs9 task data selectors:
weather_clean_data_data_selector(),
weather_export_plots_data_selector()
Examples
if (FALSE) { # \dontrun{
# Needs internet access to api.met.no, and the csmaps package for the
# municipality's coordinates.
weather_download_and_import_rawdata_data_selector(
argset = list(location_code = "municip_nor0301"),
tables = NULL
)
} # }