funder_metrics: Funder metrics

Description Usage Arguments Details Examples

View source: R/metrics_funder.R

Description

Presents funders linked to publications in Crossref metadata

Usage

1
funder_metrics(funder_info = NULL)

Arguments

funder_info

tibble obtained with cr_funder_df() or cr_compliance_overview()

Details

Publishers can share more than one funder link per record using Crossref metadata. This function applies full counting, where the funder is counted onced per article. Relative number is calculated by the number of checked articles. Articles without funder information are tagged as "No funder links found".

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)

# Obtain funder metrics overview
funder_metrics(out$funder_info)

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