ee_about: About the Berkeley Ecoinformatics Engine

Description Usage Arguments Value Examples

View source: R/ee_about.R

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

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
  
## 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)

ecoengine documentation built on Feb. 20, 2020, 9:08 a.m.