affiliation_retrieval: SCOPUS Affiliation Retrieval

View source: R/affiliation_retrieval.R

affiliation_retrievalR Documentation

SCOPUS Affiliation Retrieval

Description

This function wraps generic_elsevier_api to give a retrieval of an affiliation from the Elsevier Affiliation Retrieval API

Usage

affiliation_retrieval(
  id,
  identifier = c("affiliation_id", "eid"),
  http_end = NULL,
  ...
)

Arguments

id

Identifier for affiliation

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 = affiliation_retrieval("60006183", identifier = "affiliation_id",
   verbose = FALSE)
}

muschellij2/rscopus documentation built on Feb. 4, 2024, 10:40 p.m.