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

author name matches outputs - column rearranging #22

Closed aurielfournier closed 6 years ago

aurielfournier commented 6 years ago

Emilio had a good idea for how to better set up the output where the user has to review author name matches. Matt/I should put the author_id and group_id columns next to each other in the dataframe/output csv, so that its easier to copy/paste without mixing up columns. We should also consider adding a correction_id column, where the user would put the corrected group_id, instead of pasting over the old group_id. That way they can either sort the csv, or scan over the csv, and see where they have made changes very clearly. Need to think about how that would fit into the existing function, but seems doable

aurielfournier commented 6 years ago

columns are rearranged.