roadoi (version 0.2)

oadoi_fetch_: 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)

Arguments

doi

character vector,a DOI

email

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").

Value

A tibble

Examples

Run this code
# NOT RUN {
oadoi_fetch_(doi = c("10.1016/j.jbiotec.2010.07.030"))
# }

Run the code above in your browser using DataCamp Workspace