getPMIDsByKeyWords: get PMIDs using Journal names and Keywords

Description Usage Arguments See Also Examples

View source: R/getPMIDsByKeyWords.R

Description

retrieve PMIDs (each PMID is 8 digits long) from PubMed for Specific Journal, Keywords and date.

Usage

1
2
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

1
2
3
4
5
6
7
# 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)

Example output



PubMedWordcloud documentation built on May 1, 2019, 8:02 p.m.