powered by
Interface to main Earth Engine module. Provides access to top level classes and functions as well as sub-modules (e.g. ee$Image, ee$FeatureCollection$first, etc.).
ee$Image
ee$FeatureCollection$first
ee
Earth Engine module
# NOT RUN { library(rgee) ee_Initialize() ee_img <- ee$Image(0) ee_ic <- ee$ImageCollection(ee_img) print(ee_img$getInfo()) print(ee_ic$getInfo()) # }
Run the code above in your browser using DataLab