browse_DOI {metagear}R Documentation

Opens a web page associated with a DOI (digital object identifier).

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

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

## Not run: 

browse_DOI("10.1086/603628")        

## End(Not run)


[Package metagear version 0.7 Index]