Description Usage Arguments Value Examples
View source: R/check_citation_file.R
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.
1 | check_citation_file(file, packages)
|
file |
A Bibtex file containing the package citations. |
packages |
A list of packages used in the project. |
Whether or not the listed packages are found in the given file.
1 2 3 | check_citation_file("references.bib", c("tidyverse", "Lahman"))
check_citation_file("ref.bib", "ggplot2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.