Learn R Programming

bibliometrix (version 2.3.2)

pubmed2df: Convert a PubMed/MedLine collection into a data frame

Description

It is an internal function used by convert2df to convert a PubMed/MedLine collection (obtained through a query performed with RISmed package) and create a data frame from it, with cases corresponding to articles and variables to Field Tags as proposed by Clarivate Analytics WoS.

Usage

pubmed2df(D)

Arguments

D

is an object of class MedLine (package "RISmed") containing data resulting of a query performed on MedLine using the package RISmed.

Value

a data frame with cases corresponding to articles and variables to Field Tags as proposed by Clarivate Analytics WoS.

See Also

scopus2df for converting SCOPUS Export file (in bibtex format)

isi2df for converting Clarivate Analytics WoS Export file (in plaintex format)

isibib2df for converting Clarivate Analytics WoS Export file (in bibtex format)

Other converting functions: bib2df, cochrane2df, convert2df, dimensions2df, isi2df, isibib2df, scopus2df

Examples

Run this code
# NOT RUN {
# library(RISmed)
# search_topic <- 'epidermolysis bullosa'
# search_query <- EUtilsSummary(search_topic, retmax=200, mindate=2014, maxdate=2014)
# summary(search_query)
# D <- EUtilsGet(search_query)

# M <- pubmed2df(D)

# }

Run the code above in your browser using DataLab