affil_search: Search Author Content on SCOPUS

Description Usage Arguments Value See Also

View source: R/affil_search.R

Description

Searches SCOPUS to get information about documents on an author.

Usage

1
2
3
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


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