bib_remove_duplicates.Rd
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")
the path to the .bib file
the suffix to use to create new .bib file (the new file name will be bibtex_file_{suffix}). Defaults to "_clean"
nothing