View source: R/makePPTList_Pubmed.R
metaData2df | R Documentation |
Convert xml PubMed bibliographic data into a dataframe
metaData2df(D, removeNoAbstract = TRUE, addPMC = FALSE)
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 |
query=makeQuery(key="machine learning") D <-query2metaData(query) M <- metaData2df(D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.