mjwestgate/revtools

Importing other formats

Closed this issue · 1 comments

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

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.