getAbstracts {PubMedWordcloud} | R Documentation |
get Abstracts
Description
retrieve abstracts of the specified PMIDs from PubMed.
Usage
getAbstracts(pmid, https = TRUE, s = 100)
Arguments
pmid |
a set of PMIDs |
https |
use https instead of http |
s |
download how many PMIDs each time |
See Also
Examples
# pmids=c("22693232", "22564732", "22301463", "22015308", "21283797", "19412437")
# abstracts=getAbstracts(pmids)
# pmid="22693232"
# abstract=getAbstracts(pmid)
# pmids=getPMIDs(author="Yan-Hui Fan",dFrom=2007,dTo=2013,n=10)
# abstracts=getAbstracts(pmids)
[Package PubMedWordcloud version 0.3.6 Index]