ropensci / refsplitr

R package for processing, organizing, and visualizing reference records downloaded from the Web of Science.
https://docs.ropensci.org/refsplitr
Other
55 stars 6 forks source link

read_authors error #37

Closed embruna closed 6 years ago

embruna commented 6 years ago

When I used read read_authorson the files in the data/LARR folder I got the following error message:

1: Expected 3 pieces. Missing pieces filled withNAin 3718 rows [300, 417, 476, 491, 547, 600, 606, 612, 617, 618, 619, 620, 621, 622, 629, 630, 631, 632, 634, 635, ...].

I think this is because some of the authors have no affiliation, so the code for address parsing - whihc is now in read_authors - fails. Maybe a step to ID any author with NA in the address and insert "No Affiliation" when address parsing?

aurielfournier commented 6 years ago

done and done.