check_citation_file: Check Citation File

Description Usage Arguments Value Examples

View source: R/check_citation_file.R

Description

This function looks at your BibTeX file that contains citations. It takes in a file name and a list of packages. The function will look through the citation file and check if the packages listed are found in the citation file. Packages that are both listed in the function and found in the citation file will be printed in the console.

Usage

1

Arguments

file

A Bibtex file containing the package citations.

packages

A list of packages used in the project.

Value

Whether or not the listed packages are found in the given file.

Examples

1
2
3
check_citation_file("references.bib", c("tidyverse", "Lahman"))

check_citation_file("ref.bib", "ggplot2")

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