SchmidtPaul / CitaviR

A set of tools for dealing with Citavi data in R
https://schmidtpaul.github.io/CitaviR/
16 stars 2 forks source link

handle_obvious_dups() #3

Open SchmidtPaul opened 3 years ago

SchmidtPaul commented 3 years ago

Take obvious duplicates, mark one as the "non-duplicate" and all others as the "duplicates" while making sure to extract all information across all duplicates and save it in the fields of the "non-duplicate"

read_Citavi_xlsx(example_xlsx('3dupsin5refs.xlsx')) %>%
   find_obious_dups() %>%
   handle_obvious_dups()
SchmidtPaul commented 3 years ago

Macro added: CIMR 002