mergeDbSources: Merge bibliographic data frames from SCOPUS and ISI WOS
Description
Merge bibliografic data frames from different databases (ISI and SCOPUS) into a single one.
Usage
mergeDbSources(..., remove.duplicated = TRUE)
Arguments
...
are the bibliographic data frames to merge.
remove.duplicated
is logical. If TRUE duplicated documents will be deleted from the bibliographic collection.
Value
the value returned from mergeDbSources is a bibliographic data frame.
Details
bibliographic data frames are obtained by the converting function convert2df.
The function merges data frames identifying common tag fields and duplicated records.
See Also
convert2df to import and convert an ISI or SCOPUS Export file in a bibliographic data frame.