pubmed_open: Open one or more PubMed articles

View source: R/utils.R

pubmed_openR Documentation

Open one or more PubMed articles

Description

Open one or more PubMed articles

Usage

pubmed_open(pmids, browser = NULL, sep = ";", max_pages = 25L)

Arguments

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.

Value

Returns 'NULL'.

Examples

interactions <- import_omnipath_interactions()
pubmed_open(interactions$references[1])


saezlab/OmnipathR documentation built on May 3, 2024, 5:32 a.m.