mjwestgate / revtools

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

Add 'merge' option to screen_duplicates #22

Closed mjwestgate closed 4 years ago

mjwestgate commented 5 years ago

Currently, screen_duplicates only allows the user to choose one of two entries, but this is suboptimal where those entries contain complementary information. A better choice would be to allow the user to choose one entry as the default, and add any supplementary information from the second entry that is missing from the first. This 'merge' option should be the default behaviour.

mjwestgate commented 4 years ago

Added in synthesisr::extract_unique_references (here)