readFiles | R Documentation |
The function readFiled is deprecated. You can import and convert your export files directly using the function convert2df
.
readFiles(...)
... |
is a sequence of names of files downloaded from WOS.(in plain text or bibtex format) or SCOPUS Export file (exclusively in bibtex format). |
a character vector of length the number of lines read.
convert2df
for converting SCOPUS of ISI Export file into a dataframe
# WoS or SCOPUS Export files can be read using \code{\link{readFiles}} function:
# largechar <- readFiles('filename1.txt','filename2.txt','filename3.txt')
# filename1.txt, filename2.txt and filename3.txt are ISI or SCOPUS Export file
# in plain text or bibtex format.
# D <- readFiles('https://www.bibliometrix.org/datasets/bibliometrics_articles.txt')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.