Learn R Programming

rscopus (version 0.6.6)

affil_search: Search Author Content on SCOPUS

Description

Searches SCOPUS to get information about documents on an author.

Usage

affil_search(affil_id, searcher = "AF-ID",
  http = "https://api.elsevier.com/content/search/affiliation",
  facets = "affilcountry(sort=document-count)", count = 200, ...)

Value

List of entries from SCOPUS

Arguments

affil_id

Affiliation ID number

searcher

Identifier for Affiliation ID. Do not change unless you know exactly what the API calls for.

http

Address for scopus api

facets

Facets sent in query. See https://dev.elsevier.com/api_docs.html

count

number of records to retrieve (below 200, see https://dev.elsevier.com/api_key_settings.html)

...

Arguments to be passed to author_search

See Also

get_author_info