readFiles: DEPRECATED: Load a sequence of ISI or SCOPUS Export files...

Description Usage Arguments Value See Also Examples

View source: R/readFiles.R

Description

The function readFiled is deprecated. You can import and convert your export files directly using the function convert2df.

Usage

1

Arguments

...

is a sequence of names of files downloaded from 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

1
2
3
4
5
6
7
8
# 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')

xiangtuochen/bibliometrixfullname documentation built on Jan. 18, 2022, 7:05 p.m.