Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Full string :

("ESG" OR "Environment social governance" OR "Environmental performance" OR "Social


performance" OR "Governance performance") AND ("bank" OR "financial institutions")

Scopus :

Before

After
TITLE-ABS-KEY ( ( "ESG"  OR  "Environment social governance"  OR  "Environmental performance"  OR  "Social
performance"  OR  "Governance performance" )  AND  ( "bank"  OR  "financial institutions" ) )  AND  ( LIMIT-
TO ( PUBSTAGE ,  "final" ) )  AND  ( LIMIT-TO ( PUBYEAR ,  2022 )  OR  LIMIT-TO ( PUBYEAR ,  2021 )  OR  LIMIT-TO ( PU
BYEAR ,  2020 ) )  AND  ( LIMIT-TO ( DOCTYPE ,  "ar" )  OR  LIMIT-TO ( DOCTYPE ,  "cp" ) )  AND  ( LIMIT-TO ( SUBJAREA 
,  "BUSI" ) )  AND  ( LIMIT-TO ( LANGUAGE ,  "English" ) )  AND  ( LIMIT-TO ( SRCTYPE ,  "j" )  OR  LIMIT-TO ( SRCTYPE ,  
"p" ) ) 
WOS :

Before

After

library(bibliometrix)

setwd(“C:/Users/DELL/Documents/Kuliah/Manstra”)

scp <- "C:/Users/DELL/Documents/Kuliah/Manstra/scopus.bib”

scpdf <- convert2df(file = scp, dbsource = "scopus", format = "bibtex")


wos <- "C:/Users/DELL/Documents/Kuliah/Manstra/wos.bib”

wosdf <- convert2df(file = scp, dbsource = "wos", format = "bibtex")

mergeddata <- mergeDbSources (scpdf, wosdf, remove.duplicated = TRUE)

write.table(mergeddata, “C:/Users/DELL/Documents/Kuliah/Manstra/mergeddata2.txt", sep = "\t",


row.names = FALSE)

You might also like