embase_retrieval {rscopus}R Documentation

SCOPUS Embase Retrieval

Description

This function wraps generic_elsevier_api to give a retrieval of an Embase Entry from the Elsevier Embase Retrieval API

Usage

embase_retrieval(id, identifier = c("lui", "pii", "doi", "embase",
  "pubmed_id", "medline"), http_end = NULL, ...)

Arguments

id

Identifier for abstract

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

api_key = get_api_key(NULL, error = FALSE)
if (!is.null(api_key)){
   x = embase_retrieval("S1053811915002700", identifier = "pii",
   verbose = FALSE)
}

[Package rscopus version 0.6.6 Index]