Learn R Programming

bibliometrix (version 2.3.2)

cochrane2df: Convert a Cochrane Database Export file into a data frame

Description

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

Usage

cochrane2df(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, convert2df, dimensions2df, isi2df, isibib2df, pubmed2df, scopus2df

Examples

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

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

# filename.txt is a Cochrane Database Export file in plain text format.

# scientometrics_text <- readFiles('http://www.bibliometrix.org/datasets/cochrane.txt')
# scient_df <- cochrane2df(cochrane_text)

# }

Run the code above in your browser using DataLab