powered by
Get statistics about BISON downloads.
bison_stats(what = "stats", ...)
(character) One of stats (default), search, downnload, or wms. See Details.
Further args passed on to crul::HttpClient(). See examples in bison
crul::HttpClient()
bison
A list of data frame's with names of the list the different data sources
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.
# NOT RUN { out <- bison_stats() out <- bison_stats(what='search') out <- bison_stats(what='download') out <- bison_stats(what='wms') out$Arctos out$Harvard_University_Herbaria out$ZooKeys # }
Run the code above in your browser using DataLab