getPMIDs {PubMedWordcloud} | R Documentation |
retrieve PMIDs (each PMID is 8 digits long) from PubMed for author and the specified date.
getPMIDs(author, dFrom, dTo, n = 500, https = TRUE)
author |
author's name |
dFrom |
start year |
dTo |
end year |
n |
max number of retrieved articles |
https |
use https instead of http |
# getPMIDs(author="Yan-Hui Fan",dFrom=2007,dTo=2013,n=10)
# getPMIDs(author="Yanhui Fan",dFrom=2007,dTo=2013,n=10)