ee_names_feature | R Documentation |
Get the properties names of FeatureCollection object
## S3 method for class 'ee.feature.Feature'
names(x)
x |
an EE FeatureCollection object. |
A vector representing the property names of the ee$FeatureCollection object
## Not run:
library(rgee)
library(rgeeExtra)
ee_Initialize()
extra_Initialize()
fc <- ee$FeatureCollection('WRI/GPPD/power_plants')
fc$propertyNames()$getInfo()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.