Identifies and merges tables that share the same DOI or, if DOI is missing, the same BibTex entry.
If tables do not have the same structure, only those with identical structures will be merged.
Usage
irw_merge(table_name, add_source_column = TRUE)
Arguments
- table_name
A character string specifying the name of the table to find merge candidates for.
- add_source_column
A boolean value indicating whether to add the source_table
column (default is TRUE).
Value
A merged data frame containing all tables with the same DOI or BibTex, or NULL if no merge candidates are found.