You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used read_bibliography to read in a RIS txt file and that went smoothly. I then made subsets of the data and tried to save each as a RIS file again, but I received the error:
Error in data.frame(tag = c("startpage", "endpage"), entry = page.sep, :
arguments imply differing number of rows: 2, 3
I thought it was because of the colon, but I tried on a different subset with a note in the page numbers and it worked. The small RIS sample can be found here.
The text was updated successfully, but these errors were encountered:
Hi! This isn't fixed in revtools yet; but it should be fixed in synthesisr, which is the package that revtools will use for data import in future. If you import your files using synthesisr::read_refs instead of revtools::read_bibliography, then you can export using synthesisr::write_refs without getting this error.
Hi,
I used read_bibliography to read in a RIS txt file and that went smoothly. I then made subsets of the data and tried to save each as a RIS file again, but I received the error:
I thought it was because of the colon, but I tried on a different subset with a note in the page numbers and it worked. The small RIS sample can be found here.
The text was updated successfully, but these errors were encountered: