View source: R/utility_functions.R
sf_geojson_write | R Documentation |
Write a GeoJSON file
sf_geojson_write(sf, filepath)
sf |
an sf object to be written to disk |
filepath |
the filepath of the sf object |
This function takes an sf object and writes it to a specified filepath as geojson This is a faster alternative to sf::st_write
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.