bib_add: Add to the project-specific bibtex file

Description Usage Arguments Value Examples

View source: R/bibtrim.R

Description

Adds the new references from a set of citations to a project-specific bibtex file from a reference bibtex file.

Usage

1
bib_add(biblib_file, bibref_file, citations)

Arguments

biblib_file

The location of the project-specific bibtex file.

bibref_file

The location of the reference bibtex file.

citations

The citations used in the text to add to the project-specific bibtex file.

Value

Creates the revised project-specific bibtex file.

Examples

1
2
3
4
## Not run: 
bib_add("Introduction.Rmd")

## End(Not run)

mathesong/bibtrim documentation built on May 20, 2019, 11:59 a.m.