
Process Multiple BibTeX Citations and Update Literature Matrix
Source:R/batch.R
process_batch_citation.Rd
Reads multiple BibTeX citations from files and updates the corresponding rows in a literature matrix with formatted citations, keywords, and years.
Arguments
- .data
A data frame containing at least three columns:
citation: Character column for formatted citations
keywords: List column for citation keywords
year: Numeric column for publication years
- citations
Character vector of file paths to BibTeX citation files
- where
Numeric vector indicating which rows to update. If NULL (default), all rows will be updated.