View source: R/getPMIDsByKeyWords.R
| getPMIDsByKeyWords | R Documentation |
retrieve PMIDs (each PMID is 8 digits long) from PubMed for Specific Journal, Keywords and date.
getPMIDsByKeyWords(keys = NULL, journal = NULL, dFrom = NULL,
dTo = NULL, n = 10000, https = TRUE)
keys |
keywords |
journal |
journal name |
dFrom |
start year |
dTo |
end year |
n |
max number of retrieved articles |
https |
use https instead of http |
getAbstracts
editPMIDs
getPMIDs
# getPMIDsByKeyWords(keys="breast cancer", journal="science",dTo=2013)
# getPMIDsByKeyWords(keys="breast cancer", journal="science")
# getPMIDsByKeyWords(keys="breast cancer",dFrom=2012,dTo=2013)
# getPMIDsByKeyWords(journal="science",dFrom=2012,dTo=2013)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.