Description Usage Format Source Examples
Europe PMC core search results with Yersinia pestis virulence in title
1 |
A data frame with 160 observations on the following 19 variables.
PubMed ID = pmid tag
PubMed Central ID = pmcid tag
source tag
DOI tag
authorString tag
pubYear tag
article title tag
full journal name = journal/title tag
journal abbreviation = medlineAbbreviation tag
journalInfo/volume tag
journalInfo/issue tag
pageInfo tag
citedByCount tag
firstPublicationDate tag
language tag
abstractText tag
MeSH terms including descriptor, qualifier and major topic*
keyword tags
chemical/name tags
Europe PMC search
1 2 3 4 5 6 7 | data(yp)
## Not run: yp <- search_core("title:(Yersinia pestis virulence) src:MED")
t(yp[7,])
bib_format(yp[1:7,])
data.frame(n=sort(table(unlist(strsplit(yp$pubType, "; "))), decreasing=TRUE))
subset(yp, grepl("retracted", pubType))
data.frame(n=sort(table(unlist(strsplit(yp$authorString, ", "))), decreasing=TRUE)[1:15])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.