getPMIDsByKeyWords: get PMIDs using Journal names and Keywords

View source: R/getPMIDsByKeyWords.R

getPMIDsByKeyWordsR 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

getAbstracts

editPMIDs

getPMIDs

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)

PubMedWordcloud documentation built on Aug. 23, 2026, 5:09 p.m.