powered by
Authenticate API Key and get Token
elsevier_authenticate( api_key = NULL, api_key_error = TRUE, choice = NULL, verbose = TRUE, headers = NULL, ... )is_elsevier_guest(...)is_elsevier_authorized(...)
is_elsevier_guest(...)
is_elsevier_authorized(...)
List of content, the GET request, and the token
GET
Elsevier API key
Should there be an error if no API key?
Choice of which registered See https://dev.elsevier.com/tecdoc_api_authentication.html
Print messages from specification
Headers passed to add_headers, passed to GET
add_headers
Additional arguments to send to GET.
if (have_api_key()) { auth = elsevier_authenticate() }
Run the code above in your browser using DataLab