Relative Content

Tag Archive for rbibtexbibliography

Read multiple .bib files and Add filename as new column in R

I have more than 200 .bib files from WoS that I would like to analize with bibliometrix package. But each file refers to a different specific place that I’m working about. I would like to read those multiple files, adding the filename (which is the places’ name) as a new column for identification while joining all the files into a unique object (with the column with filename identifying them). I’ve been trying some alternatives, but cannot succeed.