https://github.com/cran/geojsonlint
Raw File
Tip revision: 31867e17b65c5372420db73d6b23df2e83c97142 authored by Scott Chamberlain on 08 February 2019, 17:43:19 UTC
version 0.3.0
Tip revision: 31867e1
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(as.location,character)
S3method(as.location,location)
S3method(geojson_hint,character)
S3method(geojson_hint,default)
S3method(geojson_hint,geojson)
S3method(geojson_hint,json)
S3method(geojson_hint,location)
S3method(geojson_lint,character)
S3method(geojson_lint,default)
S3method(geojson_lint,geojson)
S3method(geojson_lint,json)
S3method(geojson_lint,location)
S3method(geojson_validate,character)
S3method(geojson_validate,default)
S3method(geojson_validate,geojson)
S3method(geojson_validate,json)
S3method(geojson_validate,location)
S3method(gj_write,character)
S3method(gj_write,default)
S3method(gj_write,geojson)
S3method(gj_write,json)
S3method(print,location)
export(as.location)
export(geojson_hint)
export(geojson_lint)
export(geojson_validate)
export(gj_write)
importFrom(V8,v8)
importFrom(crul,HttpClient)
importFrom(crul,upload)
importFrom(jsonvalidate,json_validator)
back to top