# NOT RUN {
# An ISI or SCOPUS Export file can be read using \code{\link{readLines}} function:
# largechar <- readLines('filename.txt')
# filename.txt is an ISI or SCOPUS Export file in plain text or bibtex 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 or SCOPUS search web site) can be modified
# using an advanced text editor like Notepad++ or Emacs.
# biblio <- readLines('http://www.bibliometrix.org/datasets/bibliometrics_articles.txt')
data(biblio)
biblio_df_df <- convert2df(file = biblio, dbsource = "isi", format = "bibtex")
# }
Run the code above in your browser using DataLab