get_polygons: Get KML polygon from KML data

Description Usage Arguments Value Examples

View source: R/get_polygons.R

Description

Input a KML file path to get KML polygon data

Usage

1
get_polygons(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

1
2
dutch_polygons <- get_polygons(system.file("extdata", "DutchKML.kml", package="dialectR"))
dutch_polygons

dialectR documentation built on May 20, 2021, 9:06 a.m.