as_ee | R Documentation |
as_ee tidyee to ee$ImageCollection or ee$Image
as_ee(x)
x |
tidyee |
ee$ImageCollection or ee$Image
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.