Run bibtool command line utility
bibtool(infile, ..., cmds = NULL, outfile = NULL)
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. |
if (FALSE) { # remove the Annote field bibtool('in.bib', outfile='in-cleaned.bib', 'delete.field Annote') }