Dump_From_GeoJson | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.