rbison (version 1.0.0)

bison_stats: 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

Value

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

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.

Examples

Run this code
# NOT RUN {
out <- bison_stats()
out <- bison_stats(what='wms')
out$Arctos
out$Harvard_University_Herbaria
out$ZooKeys
# }

Run the code above in your browser using DataLab