ee_about: About the Berkeley Ecoinformatics Engine

View source: R/ee_about.R

ee_aboutR Documentation

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

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

## End(Not run)

ropensci/ecoengine documentation built on Sept. 29, 2022, 1:02 p.m.