gavieira / biblioverlap

R-package for pair-wise matching of documents between bibliographic databases

Home Page:https://biblioverlap.labinfo.bioqmed.ufrj.br/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deal with unnamed db_lists

gavieira opened this issue · comments

Create a helper function to biblioverlap() that checks if names(db_list) is (or has any) NULL and returns a vector of numbers ( 1:length(db_list) ) to be used as set names. Else, return names(db_list).

Instead, chose to add functions to check if:

  1. all datasets are named
  2. all column names are found in all datasets

Both raise an error with custom message if the test fails. This has been added in ae7ea72,