elizagrames / litsearchr

litsearchr is an R package to partially automate search term selection for systematic reviews using keyword co-occurrence networks. In addition to identifying search terms, it can write Boolean searches and translate them into over 50 languages.
https://elizagrames.github.io/litsearchr
103 stars 26 forks source link

remove_duplicates(method="exact") considers records with NA in the given field to be duplicates #60

Open tomvojtisek opened 5 months ago

tomvojtisek commented 5 months ago

This surely can not be the intended outcome. If I want to deduplicate my results based on doi, I want to only remove cases that have the same doi, not the ones that don't have the doi.