
In general, use oadoi_fetch
instead. It calls this
method, returning open access status information from all your requests.
oadoi_fetch_(doi = NULL, email)
character vector,a DOI
character vector, required! It is strongly encourage to tell
oaDOI your email adress, so that they can track usage and notify you
when something breaks. Set email address in your `.Rprofile` file with
the option `roadoi_email` options(roadoi_email = "name@example.com")
.
A tibble
# NOT RUN {
oadoi_fetch_(doi = c("10.1016/j.jbiotec.2010.07.030"))
# }
Run the code above in your browser using DataLab