Learn R Programming

bibliometrix (version 1.8)

scopus2df: Convert a SCOPUS Export file into a data frame

Description

It converts a SCOPUS Export file and create a data frame from it, with cases corresponding to articles and variables to Field Tag in the original file.

Usage

scopus2df(D)

Arguments

D

is a character array containing data read from a SCOPUS Export file (in bibtex format).

Value

a data frame with cases corresponding to articles and variables to Field Tag in the original SCOPUS file.

See Also

isi2df for converting ISI Export file (in plain text format)

Other converting functions: convert2df, isi2df, isibib2df

Examples

Run this code
# NOT RUN {
# A SCOPUS Export file can be read using \code{\link{readFiles}} function:

# largechar <- readFiles('filename1.bib','filename2.bib2,...)

# filename.bib is a SCOPUS Export file in plain text format.

#largechar <- readFiles('http://www.bibliometrix.org/datasets/scopus.bib')


#scopus_df <- scopus2df(largechar)

# }

Run the code above in your browser using DataLab