Here I learn how to insert citations in the middle of a text and generate a full bibliography at the end of the document. I wonder whether it is possible to have an output like this using citation keys:
Bla bla bla.
Watson, J. D., & Crick, F. H. (1953). Molecular structure of nucleic acids. Nature, 171(4356), 737-738.
Bla bla bla.
In-text full references/citations in RMarkdown using
Bibtex
-package.Solution using bibtex-package proposed by Samuel-Rosa. An example with citations for packages:
.bib
file.bib
file into R.R-base
, print the entry, and "capture" it as character for RMarkdown output.Output:
Example full reference for R: