Description Usage Arguments Value Examples
Input a KML file path to get KML points data
| 1 | get_points(kml_file_path)
 | 
| kml_file_path | A file path to a KML file. | 
A dataframe with the columns (area) name, longitude, and latitude.
| 1 2 | dutch_points <- get_points(system.file("extdata", "DutchKML.kml", package="dialectR"))
dutch_points
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.