pubmed(...,disp=c("data","browser"), type=c("uid","accession"), pmaddress=.efetch("PubMed", disp, type))
WARNING: The powers that be at NCBI have been known to ban the IP addresses of users who abuse their servers (currently defined as less then 2 seconds between queries). Do NOT put this function in a tight loop or you may find your access revoked.
genbank
, xmlTreeParse
if( interactive() )
opts <- c("data","browser") else
opts <- "data"
for (dp in opts)
pubmed("11780146","11886385","11884611",disp=dp)
Run the code above in your browser using DataLab