pmidQuery | R Documentation |
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
NCBI, https://www.ncbi.nih.gov/
UniGeneQuery
a <- "9695952"
pmidQuery(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.