powered by
Browse an article in your default browser
ft_browse(x, browse = TRUE)
An object of class ft_data - the output from a call to ft_get()
ft_data
ft_get()
(logical) Whether to browse (default) or not. If FALSE, return the url.
FALSE
# 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") ) # }
Run the code above in your browser using DataLab