getPMIDsByKeyWords {PubMedWordcloud} | R Documentation |
get PMIDs using Journal names and Keywords
Description
retrieve PMIDs (each PMID is 8 digits long) from PubMed for Specific Journal, Keywords and date.
Usage
getPMIDsByKeyWords(keys = NULL, journal = NULL, dFrom = NULL,
dTo = NULL, n = 10000, https = TRUE)
Arguments
keys |
keywords |
journal |
journal name |
dFrom |
start year |
dTo |
end year |
n |
max number of retrieved articles |
https |
use https instead of http |
See Also
Examples
# 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)
[Package PubMedWordcloud version 0.3.6 Index]