3.15 rmdBibfile
NOTE: REMOVED AUG 2021 - but will be added to an extension package
This function will extract references in the current file from a master bib file and save them to a local bib file. The function works well with Mendeley library *.bib master files. If R packages are referenced in the document these will also be included in the output bib file.
R packages can be cited by using the syntax [@R-packagename]
for example: [@R-reportRx]
for the reportRx
package and [@R-base]
for the R language itself.
Bib file entries can be cited using [@CitationKey
] where CitationKey
is the entry identifier in the *.bib file.
Example
rmdBibfile(bibfile = '../../Mendeley/masterbibfile.bib',outfile='local.bib')