Top Publications: Transportation
Top Publications (from Google Scholar)
library(readxl)
library(DT)
### link: https://scholar.google.com/citations?view_op=top_venues&hl=en&venue=JUqGF-MPh3AJ.2021&vq=eng_transportation
setwd("D:/From Syncplicity/Bulk_Papers/2022/TOP_CITED")
dat1= read_excel("Transportation_TopJournals.xlsx", sheet="main0")
datatable(dat1)to download
datatable(
dat1, extensions = 'Buttons', options = list(
dom = 'Bfrtip',
buttons = c('csv', 'excel')
)
)Top Auhtors
dat2= read_excel("Transportation_TopJournals.xlsx", sheet="authors")
datatable(dat2)