CitaviR icon indicating copy to clipboard operation
CitaviR copied to clipboard

handle_obvious_dups()

Open SchmidtPaul opened this issue 3 years ago • 1 comments

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()
  • [x] write function
  • [ ] write tests
  • [x] write in example of README.Rmd
  • [x] provide macro to import results into Citavi
  • [ ] document smart handling of Online-Address
  • [ ] provide a "default" or "all" list of fields for fieldsToHandle=

SchmidtPaul avatar Jan 24 '21 16:01 SchmidtPaul

Macro added: CIMR 002

SchmidtPaul avatar Feb 16 '21 10:02 SchmidtPaul