ee_names_imagecollection: Names of Earth Engine ImagesCollection properties

ee_names_imagecollectionR Documentation

Names of Earth Engine ImagesCollection properties

Description

Get the names of the properties of an Earth Engine ImageCollection object.

Usage

## S3 method for class 'ee.imagecollection.ImageCollection'
names(x)

Arguments

x

an EE ImageCollection object.

Value

A vector with the property names of ee$ImageCollection object

Examples

## 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)

r-earthengine/rgeeExtra documentation built on Dec. 7, 2023, 9:03 p.m.