dfToGeoJSON: Internal function of toGeoJSON

Description Usage Arguments Value Author(s) See Also

View source: R/dfToGeoJSON.R

Description

Create GeoJSON file from data frame

Usage

1
dfToGeoJSON(data, name, dest, lat.lon, overwrite)

Arguments

data

data.frame or tbl_df (dplyr package).

name

Name of the resulting GeoJSON file, as string.

dest

Directory the file shall be saved to, as string.

lat.lon

Names or indices of the columns in data containing the coordinates, as vector of two: c(latitude, longitude).

overwrite

TRUE overwrites existing files with the same name.

Value

GeoJSON file path, as string.

Author(s)

Christian Graul

See Also

toGeoJSON


leafletR documentation built on May 2, 2019, 10:25 a.m.