Description Usage Arguments Value See Also Examples
Enforce expectations about types of FeatureCollection inputs
1 | lawn_collectionof(x, type, name, lint = FALSE)
|
x |
a data-FeatureCollection for which features will be judged. required |
type |
(character) expected GeoJSON type. required. |
name |
(character) name of calling function. required. |
lint |
(logical) Lint or not. Uses geojsonhint. Takes up increasing
time as the object to get linted increases in size, so probably use by
default for small objects, but not for large if you know they are good
geojson objects. Default: |
nothing if no problems - error message if a problem
Other invariant:
lawn_featureof()
,
lawn_geosjontype()
1 2 3 4 5 6 | # all okay
cat(lawn_data$points_count)
lawn_collectionof(lawn_data$points_count, 'Point', 'stuff')
# error
# lawn_collectionof(lawn_data$points_count, 'Polygon', 'stuff')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.