Learn R Programming

quincunx (version 0.1.9)

open_in_pubmed: Browse PubMed from PubMed identifiers.

Description

This function launches the web browser and opens a tab for each PubMed citation.

Usage

open_in_pubmed(pubmed_id)

Value

Returns TRUE if successful. Note however that this function is run for its side effect.

Arguments

pubmed_id

A PubMed identifier, either a character or an integer vector.

Examples

Run this code
if (FALSE) { # interactive()
open_in_pubmed(c('26301688', '30595370'))
}

Run the code above in your browser using DataLab