Dump_From_GeoJson {geojsonR} | R Documentation |
returns a json-dump from a geojson file
Description
returns a json-dump from a geojson file
Usage
Dump_From_GeoJson(url_file)
Arguments
url_file |
either a string specifying the input path to a file OR a valid url (beginning with 'http..') pointing to a geojson object |
Value
a character string (json dump)
Examples
## Not run:
library(geojsonR)
res = Dump_From_GeoJson("/myfolder/point.geojson")
## End(Not run)
[Package geojsonR version 1.1.1 Index]