if (FALSE) {
if (requireNamespace("bibtex")) {
testbib <- ReadBib(system.file("REFERENCES.bib", package="bibtex"))
open(testbib)
testbib$file <- file.path(R.home("doc/manual"), "R-intro.pdf")
open(testbib)
}
}
Run the code above in your browser using DataLab