Title: | Statistics from 'Zenodo' Deposits |
---|---|
Description: | Fetch statistics about views, downloads and data volume from 'Zenodo' deposits. The package collects a 'Zenodo' (<https://zenodo.org>) deposit file information, respecting the website scrapping policies. |
Authors: | Raphael Saldanha [aut, cre] |
Maintainer: | Raphael Saldanha <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.2 |
Built: | 2024-10-31 04:36:03 UTC |
Source: | https://github.com/rfsaldanha/zenstats |
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_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)
deposit_stats(c(10013255, 10889682), all_versions_only = TRUE)
Scrap statistics from a Zenodo deposit
scrap_stats(deposit_id, all_versions_only = FALSE)
scrap_stats(deposit_id, all_versions_only = FALSE)
deposit_id |
numeric. Zenodo deposit id. |
all_versions_only |
logical. If |
a tibble
scrap_stats(10013255)
scrap_stats(10013255)