metrics_overview: Metacheck metrics overview

Description Usage Arguments Details Examples

View source: R/metrics_overview.R

Description

Presents the metacheck core compliance measures

Usage

1
metrics_overview(cr_overview = NULL)

Arguments

cr_overview

tibble obtained with cr_compliance_overview()

Details

The following metrics are presented (absolute and relative):

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 compliance metrics overview
metrics_overview(out$cr_overview)

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