open_in_pubmed {gwasrapidd} | R Documentation |
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)
Arguments
pubmed_id |
A PubMed identifier, either a character or an integer vector. |
Value
Returns TRUE
if successful. Note however that this
function is run for its side effect.
Examples
open_in_pubmed(c('26301688', '30595370'))
[Package gwasrapidd version 0.99.17 Index]