
It converts an ISI Wok 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: convert2df
,
isibib2df
, scopus2df
# NOT RUN {
# An ISI Export file can be read using \code{\link{readLines}} function:
# largechar <- readLines('filename.txt')
# filename.txt is an ISI Export file in plain text format.
# The file have to be saved without Byte order mark (U+FEFF) at the beginning
# and EoF code at the end of file.
# The original file (exported by ISI search web site) can be modified
# using an advanced text editor like Notepad++ or Emacs.
# scientometrics_text <- readLines('http://www.bibliometrix.org/datasets/scientometrics.txt')
# data(scientometrics_text)
# scient_df <- isi2df(scientometrics_text)
# }
Run the code above in your browser using DataLab