writeGeoJSON {stplanr}R Documentation

Write to geojson easily

Description

Provides a user-friendly wrapper for sf::st_write(). Note, geojson_write from the geojsonio package provides the same functionality https://github.com/ropensci/geojsonio.

Usage

writeGeoJSON(shp, filename)

Arguments

shp

Spatial data object

filename

File name of the output geojson


[Package stplanr version 0.8.7 Index]