Package 'zenstats'

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

Help Index


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 TRUE, return only the results for all versions.

progress

logical. Show a progress bar.

Value

a tibble.

Examples

deposit_stats(c(10013255, 10889682), all_versions_only = TRUE)

Scrap statistics from a Zenodo deposit

Description

Scrap statistics from a Zenodo deposit

Usage

scrap_stats(deposit_id, all_versions_only = FALSE)

Arguments

deposit_id

numeric. Zenodo deposit id.

all_versions_only

logical. If TRUE, return only the results for all versions.

Value

a tibble

Examples

scrap_stats(10013255)