ee_names_imagecollection | R Documentation |
Get the names of the properties of an Earth Engine ImageCollection object.
## S3 method for class 'ee.imagecollection.ImageCollection'
names(x)
x |
an EE ImageCollection object. |
A vector with the property names of ee$ImageCollection object
## Not run:
library(rgeeExtra)
library(rgee)
ee_Initialize() # Initialize the Google Earth Engine API connection
extra_Initialize() # Initialize the extended functionalities of rgeeExtra
ic <- ee$ImageCollection("COPERNICUS/S2_SR") %>%
ee$ImageCollection$filterDate("1999-01-01", "1999-01-02")
names(ic)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.