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