Extract date and coordinate information from Google Maps kml file

read_kml_file(filename)

Arguments

filename

(char) filename/path of the kml file

Value

data.frame with columns datetime, x (numeric), y (numeric)

Examples

if (FALSE) {
df <- read_kml_file("BE1002.kml")
}