(character) A field to append to the attributes of the Polygon features
representing Point counts
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: FALSE
# using data in the packagecat(lawn_data$points_count)
cat(lawn_data$polygons_count)
lawn_count(polygons = lawn_data$polygons_count, points = lawn_data$points_count)