Saves BibTeX entries for one or more IRW tables to a specified output file.
Updates the BibTeX key to match the table name.
Usage
irw_save_bibtex(table_names, output_file = "refs.bib", comp = FALSE)
Arguments
- table_names
A character vector of table names for which BibTeX entries are generated.
- output_file
A character string specifying the file path to save BibTeX entries. Default is "refs.bib".
- comp
Logical. If TRUE, uses competition bibliography and validates tables against the competition dataset.
Value
Invisibly returns BibTeX entries as a character vector.