Learn R Programming

tidyrgee (version 0.1.1)

as_ee: as_ee tidyee to ee$ImageCollection or ee$Image

Description

as_ee tidyee to ee$ImageCollection or ee$Image

Usage

as_ee(x)

Value

ee$ImageCollection or ee$Image

Arguments

x

tidyee

Examples

Run this code
if (FALSE) {
library(rgee)
library(tidyrgee)

modis_ic <- ee$ImageCollection("MODIS/006/MOD13Q1")

# create tidyee class
modis_ic_tidy <- as_tidyee(modis_ic)
# convert back to origina ee$ImageCollection class
modis_ic_tidy |>
  as_ee()
}

Run the code above in your browser using DataLab