View source: R/read_kml_file.R
read_kml_file | R Documentation |
kml
fileExtract date and coordinate information from Google Maps kml
file
read_kml_file(filename)
filename |
(char) filename/path of the |
data.frame
with columns datetime
, x
(numeric), y
(numeric)
Other download_functions:
download_knmi_data_hour()
,
download_zenodo()
,
extract_soil_map_data()
,
read_kmi_data()
,
read_knmi_data()
,
read_mow_data()
## Not run:
df <- read_kml_file("BE1002.kml")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.