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.

Home Page:https://elizagrames.github.io/litsearchr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tomvojtisek opened this issue · comments

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.