R/recommendation_retrieval.R
recommendation_retrieval.Rd
This function wraps generic_elsevier_api
to give a
retrieval of a recommendation from the Elsevier Article Recommendation API
recommendation_retrieval(id, identifier = c("eid", "pii"), http_end = NULL, ...)
id | Identifier for recommendation |
---|---|
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
api_key = get_api_key(NULL, error = FALSE) if (!is.null(api_key)){ x = recommendation_retrieval("S1053811915002700", identifier = "pii", verbose = FALSE) }