Bibtex Utilities
Utility functions to work with BiBTeX files.
packageReferenceFile(PACKAGE = NULL, check = FALSE) package_bibliography(PACKAGE = NULL, action = c("path", "copy", "load"))
PACKAGE |
package name. If |
check |
logical that indicates if the result should be an empty string if the bibliography file (or package) does not exist. |
action |
single character string that specifies the action to be performed:
|
packageReferenceFile
: returns the path to a package REFERENCES.bib file.
package_bibliography
: returns the bibliography associated with a package.
This can
packageReferenceFile('pkgmaker') packageReferenceFile('pkgmaker', check = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.