getPMIDs {PubMedWordcloud}R Documentation

get PMIDs using author names

Description

retrieve PMIDs (each PMID is 8 digits long) from PubMed for author and the specified date.

Usage

getPMIDs(author, dFrom, dTo, n = 500, https = TRUE)

Arguments

author

author's name

dFrom

start year

dTo

end year

n

max number of retrieved articles

https

use https instead of http

See Also

getAbstracts

editPMIDs

Examples

# getPMIDs(author="Yan-Hui Fan",dFrom=2007,dTo=2013,n=10)

# getPMIDs(author="Yanhui Fan",dFrom=2007,dTo=2013,n=10)

[Package PubMedWordcloud version 0.3.6 Index]