metaData2df: Convert xml PubMed bibliographic data into a dataframe

View source: R/makePPTList_Pubmed.R

metaData2dfR Documentation

Convert xml PubMed bibliographic data into a dataframe

Description

Convert xml PubMed bibliographic data into a dataframe

Usage

metaData2df(D, removeNoAbstract = TRUE, addPMC = FALSE)

Arguments

D

is a list following the xml PubMed structure, downloaded using the function pmApiRequest.

removeNoAbstract

logical whether or not remove data with no abstract

addPMC

logical wheter or not add PMCID

Examples

query=makeQuery(key="machine learning")
D <-query2metaData(query)
M <- metaData2df(D)

cardiomoon/webr3 documentation built on Oct. 9, 2022, 1:52 p.m.