Learn R Programming

bibliometrix (version 2.3.2)

isibib2df: Convert a Clarivate Analytics WoS Export file into a data frame

Description

It is an internal function used by convert2df to convert a Clarivate Analytics WoS Export file and create a data frame from it, with cases corresponding to articles and variables to Field Tag in the original file.

Usage

isibib2df(D)

Arguments

D

is a character array containing data read from an WoS 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: bib2df, cochrane2df, convert2df, dimensions2df, isi2df, pubmed2df, scopus2df

Examples

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

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

# filename.bib is a Clarivate Analytics WoS Export file in plain text format.

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

# ranking <- isibib2df(largechar)

# }

Run the code above in your browser using DataLab