process_author_name: Process Author Name

View source: R/author_df.R

process_author_nameR Documentation

Process Author Name

Description

Process author ID and names for generic use

Usage

process_author_name(
  au_id = NULL,
  last_name = NULL,
  first_name = NULL,
  affil_id = NULL,
  api_key = NULL,
  verbose = TRUE,
  headers = NULL
)

Arguments

au_id

Author ID number. Overrides any first/last name argument

last_name

last name of author

first_name

first name of author

affil_id

ID of affiliation (optional)

api_key

Elsevier API key

verbose

Print diagnostic messages

headers

Headers passed to add_headers, passed to GET

Value

List of first/last name and author ID

Note

This function is really to avoid duplication


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