# NOT RUN {
tmp <- tempfile(fileext=".bib")
write.bibtex(c(citation("knitr"),
citation("knitcitations"),
citation("httr")),
file = tmp)
bib <- read.bibtex(tmp)
# }
Run the code above in your browser using DataLab