View source: R/read_knmi_data.R
| read_knmi_data | R Documentation |
KNMI datafile (precipitation) as data.frameRemark that this function is specifically to extract the precipitation (RH)
data, coordinates are extracted from the header of the KNMI data file
read_knmi_data(filename, n_max = Inf)
filename |
path/filename of the |
n_max |
integer; shortcut for testing, loading just a section of the data |
data.frame with the headers location_name, datetime (UTC),
value, unit, variable_name, latitude, longitude and
source_filename
Other download_functions:
download_knmi_data_hour(),
download_zenodo(),
extract_soil_map_data(),
read_kmi_data(),
read_kml_file(),
read_mow_data()
## Not run:
# see vignettes for more examples
file_path <- "knmi_file.txt"
knmi_data <- read_knmi_data(file_path)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.