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

View source: R/as_ee.R

as_eeR Documentation

as_ee tidyee to ee$ImageCollection or ee$Image

Description

as_ee tidyee to ee$ImageCollection or ee$Image

Usage

as_ee(x)

Arguments

x

tidyee

Value

ee$ImageCollection or ee$Image

Examples

## Not run: 
library(rgee)
librar(tidyee)

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()

## End(Not run)

r-tidy-remote-sensing/tidyrgee documentation built on April 9, 2023, 4:53 p.m.