Learn R Programming

ecoengine (version 1.12.0)

ee_about: About the Berkeley Ecoinformatics Engine

Description

Function returns the current status of fast-evolving API. Returns endpoints and category. Default return is a list but one can also request a nicely formatted data.frame by setting the as.df argument to TRUE.

Usage

ee_about(as.df = TRUE, type = NA)

Arguments

as.df

FALSE Returns a list unless this set to TRUE

type

The type of end point. Options include data, meta-data, and actions

Value

list

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
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