browse_DOI: Opens a web page associated with a DOI (digital object...

Description Usage Arguments Examples

View source: R/browse_DOI.R

Description

Uses the DOI name of a study reference to locate the e-journal website, or reference/citation website in Web of Science, Google Scholar, or CrossRef. Opens in default web-browser.

Usage

1
browse_DOI(theDOI, host = "DOI")

Arguments

theDOI

A string that identifies an electronic document on the web.

host

A string that defines the domain link used to open the DOI. The default, "DOI", will open to the web page associated with the DOI (e.g., publisher website). Other options include "WOS" that will open the DOI in Web of Science, "GS" in Google Scholar, and "CRF" in Crossref.

Examples

1
2
3
4
5
## Not run: 

browse_DOI("10.1086/603628")        

## End(Not run)

metagear documentation built on Feb. 15, 2021, 5:09 p.m.