check_bibtex_citations: Check BibTeX Citations

Description Usage Arguments Value Examples

View source: R/check_bibtex_citations.R

Description

Compares citations to R's version of the citation. If any issues are found, R will return which entry the issue was found in and what the correct entry is.

Usage

1

Arguments

citation

A BibTeX citation of an R package.

package

An R package to be compared to the citation.

Value

Any issues with the citation given when compared to the package's citation.

Examples

1
2
3
check_bibtex_citations(citation, "tidyverse")

check_bibtex_citation(citation, "dplyr")

matthewwankiewicz/citationcheckR documentation built on Dec. 21, 2021, 3:47 p.m.