# A ISI Export file can be read using \\code{\\link{readLines}} function:
# largechar <- readLines('filename.bib')
# filename.bib 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.
# largechar <- readLines('http://www.bibliometrix.org/datasets/ranking.bib')
# ranking <- isibib2df(largechar)
Run the code above in your browser using DataLab