deposit_stats {zenstats} | R Documentation |
Fetch statistics from one or more Zenodo deposits
Description
This function will fetch statistics from multiple deposits, respecting web crawling policies from Zenodo's 'robots.txt' file.
Usage
deposit_stats(deposit_ids, all_versions_only = FALSE, progress = TRUE)
Arguments
deposit_ids |
vector. A vector of Zenodo deposit ids. |
all_versions_only |
logical. If |
progress |
logical. Show a progress bar. |
Value
a tibble.
Examples
deposit_stats(c(10013255, 10889682), all_versions_only = TRUE)
[Package zenstats version 0.1.2 Index]