pubmed_open | R Documentation |
Open one or more PubMed articles
pubmed_open(pmids, browser = NULL, sep = ";", max_pages = 25L)
pmids |
Character or numberic vector of one or more PubMed IDs. |
browser |
Character: name of the web browser executable. If 'NULL', the default web browser will be used. |
sep |
Character: split the PubMed IDs by this separator. |
max_pages |
Numeric: largest number of pages to open. This is to prevent opening hundreds or thousands of pages at once. |
Returns 'NULL'.
interactions <- omnipath()
pubmed_open(interactions$references[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.