Table 2

Lines of instructions for converting and combining two data sources using RStudio software

Command lineCommand
Line 1:setwd(“C:/Users/Intel/Desktop/…/de2”)
Line 2:getwd()
Line 3:DigitScopus2 = convert2df“scopus.bib”, dbsource=“scopus”, format=“bibtex”)
Line 4:View(DigitScopus2)
Line 5:digitwos2 = convert2df (“wos.bib”, dbsource = “isi”, format = “bibtex”)
Line 6:View(digitwos2)
Line 7:CombinedData = mergeDbSources (DigitScopus2, digitwos2, remove.duplicated = TRUE)
Line 8:View (CombinedData)
Line 9:dim(CombinedDatabase)
Line 10:library (openxlsx)
Line 11:write.xlsx (CombinedData, file = “XlsCombinedData.xlsx”)

or Create an Account

Close subscription notice
Close access options