
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.
cochrane2df(D)
is a character array containing data read from a ISI Export file (in plain text format).
a data frame with cases corresponding to articles and variables to Field Tag in the original ISI file.
scopus2df
for converting SCOPUS Export file (in bibtex format)
Other converting functions: bib2df
,
convert2df
, isi2df
,
isibib2df
, pubmed2df
,
scopus2df
# 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