Learn R Programming

PubMedWordcloud (version 0.3.6)

getPMIDsByKeyWords: 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

getAbstracts

editPMIDs

getPMIDs

Examples

Run this code
# NOT RUN {
# 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)
# }

Run the code above in your browser using DataLab