count_features | R Documentation |
Count the number of simple feature objects within a geometry or by some attribute contained in both the data and the corresponding boundary geometry.
count_features( data = NULL, boundaries = NULL, join = NULL, by = NULL, .id = "count", ... )
data |
Data frame or |
boundaries |
Boundary data as an |
join |
The join function used by |
by |
Character string to join data by if data is not an |
.id |
Count column, Default: "count" |
... |
Additional parameters (not in use) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.