mergeDbSources: Merge bibliographic data frames from SCOPUS and WoS

Description Usage Arguments Details Value See Also Examples

View source: R/mergeDbSources.R

Description

Merge bibliographic data frames from different databases (WoS and SCOPUS) into a single one.

Usage

1
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.

Details

bibliographic data frames are obtained by the converting function convert2df. The function merges data frames identifying common tag fields and duplicated records.

Value

the value returned from mergeDbSources is a bibliographic data frame.

See Also

convert2df to import and convert an ISI or SCOPUS Export file in a bibliographic data frame.

biblioAnalysis function for bibliometric analysis.

summary to obtain a summary of the results.

plot to draw some useful plots of the results.

Examples

1
2
3
4
5
6
7
8
 
data(isiCollection, package = "bibliometrixData")

data(scopusCollection, package = "bibliometrixData")

M <- mergeDbSources(isiCollection, scopusCollection, remove.duplicated=TRUE)

dim(M)

xiangtuochen/bibliometrixfullname documentation built on Jan. 18, 2022, 7:05 p.m.