powered by
Input a KML file path to get KML polygon data
get_polygons(kml_file_path)
A file path to a KML file.
A dataframe with the columns (area) name, longitude, and latitude.
# NOT RUN { dutch_polygons <- get_polygons(system.file("extdata", "DutchKML.kml", package="dialectR")) dutch_polygons # }
Run the code above in your browser using DataLab