A function to query PubMed
Given a PMID, will create a URL which can be used to open a browser and retrieve the specified information from PubMed.
pmidQuery(query)
query |
The PubMed ID (or IDs) |
Using ublished details from NCBI we construct an appropriate string for directing a web browser to the information available at the NCBI.
A character string containing the appropriate URL
Jeff Gentry
a <- "9695952" pmidQuery(a)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.