Dump_From_GeoJson: returns a json-dump from a geojson file

View source: R/utils.R

Dump_From_GeoJsonR 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)


geojsonR documentation built on Jan. 12, 2023, 5:12 p.m.