
It is an internal function used by convert2df
to convert a Clarivate Analytics WoS Export file
and create a data frame from it, with cases corresponding to articles and variables to Field Tag in the original file.
isi2df(D)
is a character array containing data read from a ISI Export file (in plain text format).
a data frame with cases corresponding to articles and variables to Field Tag in the original ISI file.
scopus2df
for converting SCOPUS Export file (in bibtex format)
Other converting functions: bib2df
,
cochrane2df
, convert2df
,
dimensions2df
, isibib2df
,
pubmed2df
, scopus2df
# NOT RUN {
# A group of ISI Export files can be read using \code{\link{readFiles}} function:
# largechar <- readFiles('filename1.txt','filename2.txt','filename3.txt')
# scientometrics_text <- readFiles('http://www.bibliometrix.org/datasets/scientometrics.txt')
# data(scientometrics_text)
# scient_df <- isi2df(scientometrics_text)
# }
Run the code above in your browser using DataLab