process_batch_citation {matriz} | R Documentation |
Process Multiple BibTeX Citations and Update Literature Matrix
Description
Reads multiple BibTeX citations from files and updates the corresponding rows in a literature matrix with formatted citations, keywords, and years.
Usage
process_batch_citation(.data, citations, where = NULL)
Arguments
.data |
A data frame containing at least three columns:
|
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. |
Value
A data frame with updated citation information in the specified rows
See Also
format_batch_ama_citation
, parse_batch_citation
[Package matriz version 1.0.1 Index]