linting_opts {geojson} | R Documentation |
GeoJSON Linting
Description
GeoJSON Linting
Usage
linting_opts(
lint = FALSE,
method = "hint",
error = FALSE,
suppress_pkgcheck_warnings = FALSE
)
Arguments
lint |
(logical) lint geojson or not. Default: |
method |
(character) method to use:
|
error |
(logical) Throw an error on parse failure? If |
suppress_pkgcheck_warnings |
(logical) Suppress warning when
|
Details
linting_opts was deprecated in 0.3.5
[Package geojson version 0.3.5 Index]