ee_about()
# set as.df = FALSE to return a list rather than a data.frame
ee_about(as.df = FALSE)
# You can also filter by methods by data, meta-data, and actions.
ee_about(type = "data")
ee_about(type = "meta-data")
ee_about(type = "actions")
Run the code above in your browser using DataLab