View source: R/download_knmi_data_hour.R
download_knmi_data_hour | R Documentation |
More info, zie https://www.knmi.nl/kennis-en-datacentrum/achtergrond/data-ophalen-vanuit-een-script # nolint
download_knmi_data_hour(
stations,
variables,
start_date,
end_date,
output_file = "knmi_download.txt"
)
stations |
list of integers. For an overview, see https://www.daggegevens.knmi.nl/klimatologie/uurgegevens |
variables |
list of variables, options are:
|
start_date |
date interpretable string to define start of the period |
end_date |
date interpretable string to define end of the period |
output_file |
path/filename of the output_file_name |
response containing, status_code, content,...
Other download_functions:
download_zenodo()
,
extract_soil_map_data()
,
read_kmi_data()
,
read_kml_file()
,
read_knmi_data()
,
read_mow_data()
## Not run:
download_knmi_data_hour(c(310, 319), "PRCP", "2011-01-01", "2012-02-17",
output_file = "knmi_output_download.txt"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.