mjwestgate / revtools

Tools to support research synthesis in R
https://revtools.net
51 stars 26 forks source link

Importing other formats #27

Closed antnazNaz closed 4 years ago

antnazNaz commented 4 years ago

Is the package flexible enough to allow for the import of search results that are saved as xls/csv files?

mjwestgate commented 4 years ago

revtools can import .csv natively via read_bibliography(), which acts as a wrapper to read.csv(), plus a bit of correction to match the formatting for .bib and .ris file imports. It can't import xls/xlsx, but I'd suggest readxl for that.