View source: R/grouped-SpatVector.R
is_grouped_spatvector | R Documentation |
SpatVector
The easiest way to create a grouped SpatVector
is to call the
group_by()
method on a SpatVector
: this will take care of capturing
the unevaluated expressions for you. See group_by.SpatVector()
for details.
This function is the adapted version of dplyr::is_grouped_df()
.
See also group_data.SpatVector()
for the accessory functions that retrieve
various metadata from a grouped SpatVector
.
is_grouped_spatvector(x)
x |
a |
Other helpers:
compare_spatrasters()
,
is_regular_grid()
,
pull_crs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.