It converts an Clarivate Analitycs WoS Export file and create a data frame from it, with cases corresponding to articles and variables to Field Tag in the original file.
isibib2df(D)
is a character array containing data read from an WoS Export file (in bibtex format).
a data frame with cases corresponding to articles and variables to Field Tag in the original SCOPUS file.
isi2df
for converting ISI Export file (in plain text format)
Other converting functions: cochrane2df
,
convert2df
, isi2df
,
pubmed2df
, scopus2df
# NOT RUN {
# A ISI Export file can be read using \code{\link{readLines}} function:
# largechar <- readFiles('filename1.bib','filename2.bib2,...)
# filename.bib is a Clarivate Analytics WoS Export file in plain text format.
# largechar <- readFiles('http://www.bibliometrix.org/datasets/ranking.bib')
# ranking <- isibib2df(largechar)
# }
Run the code above in your browser using DataLab