is a character object. It indicates one of the field tags used to match the two data frames. Field can be equal to one of this tags: TI (title), AB (abstract), UT (manuscript ID).
tol
is a numeric value giving the minimum relative similarity to marge two manuscripts. Default value is tol = 0.90.
Value
the value returned from dfMerge is a data frame containing the merged data frames.
Details
A bibliographic data frame is obtained by the converting function convert2df.
It is a data matrix with cases corresponding to manuscripts and variables to Field Tag in the original SCOPUS and Thomson Reuters' ISI Web of Knowledge file.
The function merges two bibliographic data frames deleting duplicate manuscripts.
Duplicate entries are identified through the generalized Levenshtein (edit) distance.
Two manuscripts that have a similarity greater than tol argument are stored in the merged data frame only once.
See Also
convert2df to import and convert an ISI or SCOPUS Export file in a bibliographic data frame.