group_by | R Documentation |
Group an imageCollection or tidyee object with Imagecollections by a parameter
.data |
ee$ImageCollection or tidyee object |
... |
group_by variables |
.add |
When This argument was previously called |
.drop |
Drop groups formed by factor levels that don't appear in the
data? The default is |
ee$ImageCollection with grouped_vars attribute
group_by
for information about group_by on normal data tables.
## Not run: library(tidyrgee) ee_Initialize() modis_ic <- ee$ImageCollection("MODIS/006/MOD13Q1") modis_ic |> filter(date>="2016-01-01",date<="2019-12-31") |> group_by(year) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.