Learn R Programming

tidyrgee (version 0.1.1)

bind_ics: bind ImageCollections

Description

bind ImageCollections

Usage

bind_ics(x)

Value

tidyee object containing single image collection and vrt

Arguments

x

list of tidyee objects

Examples

Run this code
if (FALSE) {
library(tidyrgee)
library(rgee)
ee_Initialize()
modis_ic <- ee$ImageCollection("MODIS/006/MOD13Q1")
modis_ic_tidy <- as_tidyee(modis_ic)
modis_tidy_list <- modis_tidy |>
group_split(month)
modis_tidy_list |>
  bind_ics()
}

Run the code above in your browser using DataLab