bib_merge_files.Rd
This function merges entries from several .bib files into a single .bib file
bib_merge_files(bibtex_files, bibtex_file = "savedrecs_merged.bib")
the paths to the exported files
the path to the single merged .bib file. Defaults to "savedrecs_merged.bib" the suffix to use to create new .bib file (the new file name will be bibtex_file_{suffix}). Defaults to "_clean"
nothing
bibtex_file_1=system.file("savedrecs(1).bib",package="bibou")
bibtex_files=purrr::map_chr(as.character(1:5),~stringr::str_replace(bibtex_file_1,"1(?=\\).bib)",.x))
bib_merge_files(bibtex_files)