# NOT RUN {
# examplary bibtex file
path = system.file("references.bib", package = "mlr3misc")
cat(readLines(path), sep = "\n")
# bibtex entry as raw Rd
cite_bib("mlr3misc", "mlr")
# citation info as raw Rd
cite_bib("stats", "pkg::citation")
# }
Run the code above in your browser using DataLab