Learn R Programming

bibliometrix (version 1.8)

readFiles: Load a sequence of ISI or SCOPUS Export files into a large character object

Description

It loads a sequence of SCOPUS and Thomson Reuters' ISI Web of Knowledge export files and create a large character vector from it.

Usage

readFiles(...)

Arguments

...

is a sequence of names of files downaloaded from ISI WOS.(in plain text or bibtex format) or SCOPUS Export file (exclusively in bibtex format).

Value

a character vector of length the number of lines read.

See Also

convert2df for converting SCOPUS of ISI Export file into a dataframe

Examples

Run this code
# NOT RUN {
# ISI 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('http://www.bibliometrix.org/datasets/bibliometrics_articles.txt')

# }

Run the code above in your browser using DataLab