names.ee.image.Image | R Documentation |
Get the names of the layers of an Earth Engine Image object.
`names(x)`
x |
an EE Image object. |
A vector with the name of the bands.
## Not run:
library(rgee)
library(rgeeExtra)
ee_Initialize()
extra_Initialize()
img_demo <- ee$Image("COPERNICUS/S2_SR/20190310T105851_20190310T110327_T30TVK")[[1:3]]
names(img_demo)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.