Description Usage Arguments Value See Also Examples
View source: R/entitlement_retrieval.R
This function wraps generic_elsevier_api
to give a
retrieval of an entitlement from the Elsevier Text Entitlement API
1 2 | entitlement_retrieval(id, identifier = c("scopus_id", "eid", "doi",
"pii", "pubmed_id"), http_end = NULL, ...)
|
id |
Identifier for entitlement |
identifier |
Type of identifier to use |
http_end |
any additional end to http statement.
See |
... |
Arguments to be passed to |
List of elements, similar to generic_elsevier_api
1 2 3 4 5 | api_key = get_api_key(NULL, error = FALSE)
if (!is.null(api_key)){
x = entitlement_retrieval("S1053811915002700", identifier = "pii",
verbose = FALSE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.