elsevier_authenticate {rscopus} | R Documentation |
Authenticate API Key and get Token
Description
Authenticate API Key and get Token
Usage
elsevier_authenticate(
api_key = NULL,
api_key_error = TRUE,
choice = NULL,
verbose = TRUE,
headers = NULL,
...
)
is_elsevier_guest(...)
is_elsevier_authorized(...)
Arguments
api_key |
Elsevier API key |
api_key_error |
Should there be an error if no API key? |
choice |
Choice of which registered See https://dev.elsevier.com/tecdoc_api_authentication.html |
verbose |
Print messages from specification |
headers |
Headers passed to |
... |
Additional arguments to send to |
Value
List of content, the GET
request,
and the token
Examples
if (have_api_key()) {
auth = elsevier_authenticate()
}
[Package rscopus version 0.8.1 Index]