Description Usage Arguments Value Examples
View source: R/check_bibtex_citations.R
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.
1 | check_bibtex_citations(citation, package)
|
citation |
A BibTeX citation of an R package. |
package |
An R package to be compared to the citation. |
Any issues with the citation given when compared to the package's citation.
1 2 3 | check_bibtex_citations(citation, "tidyverse")
check_bibtex_citation(citation, "dplyr")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.