View source: R/deposit_stats.R
deposit_stats | R Documentation |
This function will fetch statistics from multiple deposits, respecting web crawling policies from Zenodo's 'robots.txt' file.
deposit_stats(deposit_ids, all_versions_only = FALSE, progress = TRUE)
deposit_ids |
vector. A vector of Zenodo deposit ids. |
all_versions_only |
logical. If |
progress |
logical. Show a progress bar. |
a tibble.
deposit_stats(c(10013255, 10889682), all_versions_only = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.