Learn R Programming

dialectR (version 1.0)

get_points: Get KML points from KML data

Description

Input a KML file path to get KML points data

Usage

get_points(kml_file_path)

Arguments

kml_file_path

A file path to a KML file.

Value

A dataframe with the columns (area) name, longitude, and latitude.

Examples

Run this code
# NOT RUN {
dutch_points <- get_points(system.file("extdata", "DutchKML.kml", package="dialectR"))
dutch_points
# }

Run the code above in your browser using DataLab