bison_stats: Get statistics about BISON downloads.

Description Usage Arguments Details Value Examples

View source: R/bison_stats.R

Description

Get statistics about BISON downloads.

Usage

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

Value

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

Examples

1
2
3
4
5
6
7
8
## Not run: 
out <- bison_stats()
out <- bison_stats(what='wms')
out$Arctos
out$Harvard_University_Herbaria
out$ZooKeys

## End(Not run)

rbison documentation built on July 1, 2020, 10:27 p.m.