oadoi_fetch_ {roadoi} | R Documentation |
Get open access status information.
Description
In general, use oadoi_fetch
instead. It calls this
method, returning open access status information from all your requests.
Usage
oadoi_fetch_(doi = NULL, email = NULL)
Arguments
doi |
character vector,a DOI |
email |
character vector, mandatory!
Unpaywall requires your email address,
so that they can track usage and notify you when something breaks.
Set email address in your '.Renviron' file with
the option
'roadoi_email' |
Value
A tibble
Examples
## Not run:
oadoi_fetch_(doi = c("10.1016/j.jbiotec.2010.07.030"))
## End(Not run)
[Package roadoi version 0.7.2 Index]