bibtool: Run bibtool command line utility

Description Usage Arguments Examples

View source: R/cv.R

Description

Run bibtool command line utility

Usage

1
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

1
2
3
4
5
## Not run: 
# remove the Annote field
bibtool('in.bib', outfile='in-cleaned.bib', 'delete.field Annote')

## End(Not run)

jefferis/paperutils documentation built on Sept. 20, 2019, 10:20 a.m.