affil_search: Search Author Content on SCOPUS

View source: R/affil_search.R

affil_searchR Documentation

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,
  ...
)

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

Value

List of entries from SCOPUS

See Also

get_author_info


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