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, |
Examples
## Not run:
browse_DOI("10.1086/603628")
## End(Not run)
[Package metagear version 0.7 Index]