Learn R Programming

rscopus (version 0.1.2)

author_df: Search Author Content on SCOPUS

Description

Searches SCOPUS to get information about documents on an author.

Usage

author_df(au_id, last_name, first_name, api_key = NULL, verbose = TRUE, ...)

Arguments

au_id
Author ID number. Overrides any first/last name argument
last_name
last name of author
first_name
first name of author
api_key
Elsvier API key
verbose
Print diagnostic messages
...
Arguments to be passed to author_search

Value

List of entries from SCOPUS

See Also

get_author_info

Examples

Run this code
## Not run: 
# author_df(last_name = "Caffo", first_name = "Brian")
# ## End(Not run)

Run the code above in your browser using DataLab