zb_stats | R Documentation |
Get statistics on Zoobank activity
zb_stats(start_date, end_date, period = "day", parse = TRUE, ...) zb_stats_(start_date, end_date, period, ...)
start_date |
(date/character) a start date |
end_date |
(date/character) an end date |
period |
(character) the period. Default: day |
parse |
(logical) Whether to parse to list ( |
... |
Curl options passed to |
## Not run: zb_stats(start_date = "2018-03-01", end_date = "2018-04-01") zb_stats(start_date = "2018-03-01", end_date = "2018-04-01", parse = FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.