ee_names_feature: Names of Earth Engine FeatureCollection object

ee_names_featureR Documentation

Names of Earth Engine FeatureCollection object

Description

Get the properties names of FeatureCollection object

Usage

## S3 method for class 'ee.feature.Feature'
names(x)

Arguments

x

an EE FeatureCollection object.

Value

A vector representing the property names of the ee$FeatureCollection object

Examples

## Not run: 
library(rgee)
library(rgeeExtra)

ee_Initialize()
extra_Initialize()

fc <- ee$FeatureCollection('WRI/GPPD/power_plants')
fc$propertyNames()$getInfo()

## End(Not run)

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