read.bibliography: Generate a Bibliographic List from a BibTeX File

Description Usage Arguments Value

View source: R/read_bibliography.R

Description

This function loads and parses a bibliography from the given bibtex file and turns it into a data frame. The goal is to allow for easy look-up and processing of BibTeX data along with an R package.

Usage

1

Arguments

bib.file

the file

Value

a data.frame with five columns, namely ref.id: the BibTeX entry's ID, ref.type: the BibTeX entry's entry type, ref.year: the year of the entry, ref.as.bibtex: the raw bibtex code, and ref.as.text a formatted representation of the BibTeX that can be copy-pasted into package documentations


thomasWeise/literatureAndResultsGen documentation built on Nov. 5, 2019, 10:07 a.m.