Lines of instructions for converting and combining two data sources using RStudio software
| Command line | Command |
|---|---|
| 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”) |
| Command | |
|---|---|
| setwd(“C:/Users/Intel/Desktop/…/de2”) | |
| getwd() | |
| DigitScopus2 = convert2df“scopus.bib”, dbsource=“scopus”, format=“bibtex”) | |
| View(DigitScopus2) | |
| digitwos2 = convert2df (“wos.bib”, dbsource = “isi”, format = “bibtex”) | |
| View(digitwos2) | |
| CombinedData = mergeDbSources (DigitScopus2, digitwos2, remove.duplicated = TRUE) | |
| View (CombinedData) | |
| dim(CombinedDatabase) | |
| library (openxlsx) | |
| write.xlsx (CombinedData, file = “XlsCombinedData.xlsx”) |
Sharing content requires targeting cookies to be enabled. Please update your cookie preferences to use this feature.