bison_stats: Get statistics about BISON downloads.

View source: R/bison_stats.R

bison_statsR Documentation

Get statistics about BISON downloads.

Description

Get statistics about BISON downloads.

Usage

bison_stats(what = "stats", ...)

Arguments

what

(character) One of stats (default), search, downnload, or wms. See Details.

...

Further args passed on to crul::HttpClient(). See examples in bison

Details

For the 'what' parameter:

  • stats - Retrieve all data provider accumulated statistics.

  • search - Retrieve data provider statistics for BISON searches.

  • download - Retrieve data provider statistics for data downloads from BISON.

  • wms - Retrieve data provider statistics for BISON OGC WMS tile requests.

Value

A list of data frame's with names of the list the different data sources

Examples

## Not run: 
out <- bison_stats()
out <- bison_stats(what='wms')
out$Arctos
out$Harvard_University_Herbaria
out$ZooKeys

## End(Not run)

ropensci/rbison documentation built on May 18, 2022, 6:31 p.m.