Description Usage Arguments Details Value Examples
Generate the bibliography
1 | bibliography(style = "text", ...)
|
style |
see RefManageR::PrintBibliography |
... |
additional arguments passed to PrintBibliography, |
For non-trivial bibliographies, knitcitations recommends authors use pandoc format, and allow pandoc to generate the references list rather than rely on the bibliography() function. Pandoc has rich CSL support using any provided CSL file (see Pandoc documentation for details) and is integrated into recent version of RStudio.
a list of works cited
1 2 3 4 5 6 | citet(citation("httr"))
citet(citation("digest"))
bibliography()
bibliography(sorting = 'ynt') # sort by year, then name, title
bibliography(sorting = 'ydnt') # sort by year, descending, then name, title
cleanbib()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.