as_ee {tidyrgee} | R 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)
[Package tidyrgee version 0.1.0 Index]