Skip to contents

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")

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".

Value

Invisibly returns BibTeX entries as a character vector.