Run bibtool command line utility

bibtool(infile, ..., cmds = NULL, outfile = NULL)

Arguments

infile, outfile

Input and Output files

...

Additional character arguments passed straight to bibtool executable

cmds

Commands defining operations to be carried out by bibtool on the bibtex file.

Examples

if (FALSE) { # remove the Annote field bibtool('in.bib', outfile='in-cleaned.bib', 'delete.field Annote') }