ft_browse: Browse an article in your default browser

Description Usage Arguments Examples

View source: R/ft_browse.R

Description

Browse an article in your default browser

Usage

1
ft_browse(x, browse = TRUE)

Arguments

x

An object of class ft_data - the output from a call to ft_get()

browse

(logical) Whether to browse (default) or not. If FALSE, return the url.

Examples

1
2
3
4
5
6
7
8
## Not run: 
x <- ft_get('10.7554/eLife.04300', from='elife')
ft_browse(x)
ft_browse(x, browse=FALSE)

ft_browse( ft_get('10.3389/fphar.2014.00109', from="entrez") )

## End(Not run)

fulltext documentation built on June 12, 2021, 9:06 a.m.