Learn R Programming

bibliometrix (version 2.1.1)

isi2df: Convert an ISI WoK Export file into a data frame

Description

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

Usage

isi2df(D)

Arguments

D

is a character array containing data read from a ISI Export file (in plain text format).

Value

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

See Also

scopus2df for converting SCOPUS Export file (in bibtex format)

Other converting functions: bib2df, cochrane2df, convert2df, isibib2df, pubmed2df, scopus2df

Examples

Run this code
# NOT RUN {
# A group of ISI Export files can be read using \code{\link{readFiles}} function:

# largechar <- readFiles('filename1.txt','filename2.txt','filename3.txt')

# scientometrics_text <- readFiles('http://www.bibliometrix.org/datasets/scientometrics.txt')
# data(scientometrics_text)
# scient_df <- isi2df(scientometrics_text)

# }

Run the code above in your browser using DataLab