Learn R Programming

geojsonR (version 1.1.1)

Dump_From_GeoJson: returns a json-dump from a geojson file

Description

returns a json-dump from a geojson file

Usage

Dump_From_GeoJson(url_file)

Value

a character string (json dump)

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

Examples

Run this code

if (FALSE) {

library(geojsonR)

res = Dump_From_GeoJson("/myfolder/point.geojson")
}

Run the code above in your browser using DataLab