powered by
Get statistics on Zoobank activity
zb_stats(start_date, end_date, period = "day", parse = TRUE, ...)zb_stats_(start_date, end_date, period, ...)
zb_stats_(start_date, end_date, period, ...)
(date/character) a start date
(date/character) an end date
(character) the period. Default: day
(logical) Whether to parse to list (FALSE) or data.frame (TRUE). If TRUE, we also give back a tibble for easier consumption. Default: TRUE
FALSE
TRUE
Curl options passed to HttpClient
HttpClient
# 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) # }
Run the code above in your browser using DataLab