GeoJSON Linting
linting_opts(
lint = FALSE,
method = "hint",
error = FALSE,
suppress_pkgcheck_warnings = FALSE
)(logical) lint geojson or not. Default: FALSE
(character) method to use:
hint - uses geojsonlint::geojson_hint()
lint - uses geojsonlint::geojson_lint()
validate - uses geojsonlint::geojson_validate()
(logical) Throw an error on parse failure? If TRUE, then
function returns TRUE on success, and stop with the error
message on error. Default: FALSE
(logical) Suppress warning when
geojsonlint is not installed? Default: FALSE
linting_opts was deprecated in 0.3.5