This function removes entries with the same key in a .bib file and writes a new .bib file

bib_remove_duplicates(bibtex_file, suffix = "_clean")

Arguments

bibtex_file

the path to the .bib file

suffix

the suffix to use to create new .bib file (the new file name will be bibtex_file_{suffix}). Defaults to "_clean"

Value

nothing