readCitations: readCitations

Description Usage Arguments Value

Description

Reads the .AUX file and create a citation table so that citations can be substituted into the translated .Rmd file.

Usage

1
readCitations(auxFile)

Arguments

auxFile

A character scaler specifying the .aux file.

Value

A data frame containing information necessary to do the citation substitutions. The data frame contains one line per reference in the paper and the following columns:

  1. key : the Bibtex key of the reference

  2. order : the rank or order of the reference in the bibliography. Bibliography is sorted by this number.

  3. year : year of the citation

  4. citeAuth : the author string for the in-text citation

  5. fullAuth : the full author string for the citation (expanded. no "et al.")


tmcd82070/tex2rmd documentation built on May 27, 2019, 8:46 a.m.