bibdesk_clean: Clean up a bibtex file produced by BibDesk

Description Usage Arguments Value See Also Examples

View source: R/cv.R

Description

Uses the command line bibtool program with a custom resource file to remove over-long fields that can cause problems for bibtex parsers. These include the annote and bdsk-url-* and bdsk-file fields.

Usage

1
bibdesk_clean(bibin, bibout = NULL)

Arguments

bibin

Path to input file

bibout

Path to output file. The default value of NULL will generate a temporary file.

Value

A character vector containing the path to the output file or NA_character_ when conversion fails

See Also

Other bib: biber_cache, lyx_citekeys

Examples

1
rsc_file=system.file("bibtool","bibdesk-clean.rsc", package = 'paperutils')

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