tdm_metrics: TDM MIME-Type metrics

Description Usage Arguments Details Examples

View source: R/metrics_tdm.R

Description

Presents MIME-Types for full-text versions of version-of-records.

Usage

1

Arguments

tdm

tibble obtained with cr_tdm_df() or cr_compliance_overview()

Details

Publishers can share more than one TDM-link per full-text using Crossref metadata. This function applies full counting, where full-texts were assigned to more than one MIME type were counted once for each. Relative number is calculated by the number of checked articles. Articles without compliant TDM information are tagged as "No TDM links for version-of-records".

Examples

1
2
3
4
5
6
7
8
# First, obtain metadata from Crossref API
req <- get_cr_md(doi_examples$good)

# Then, check article-level compliance
out <- cr_compliance_overview(req)

# Finally, obtain TDM metrics overview
tdm_metrics(out$tdm)

subugoe/hybridmdpackage documentation built on Jan. 25, 2022, 9:51 p.m.