recommendation_retrieval: ScienceDirect Article Recommendation Retrieval

Description Usage Arguments Value See Also Examples

View source: R/recommendation_retrieval.R

Description

This function wraps generic_elsevier_api to give a retrieval of a recommendation from the Elsevier Article Recommendation API

Usage

1
2
recommendation_retrieval(id, identifier = c("eid", "pii"),
  http_end = NULL, ...)

Arguments

id

Identifier for recommendation

identifier

Type of identifier to use

http_end

any additional end to http statement. See generic_elsevier_api

...

Arguments to be passed to generic_elsevier_api

Value

List of elements, similar to generic_elsevier_api

See Also

generic_elsevier_api

Examples

1
2
3
4
5
api_key = get_api_key(NULL, error = FALSE)
if (!is.null(api_key)){
   x = recommendation_retrieval("S1053811915002700", identifier = "pii",
   verbose = FALSE)
}

rscopus documentation built on Sept. 18, 2019, 1:03 a.m.