Learn R Programming

SportMiner (version 0.1.0)

sm_get_indexed_keywords: Get Indexed Keywords from Scopus

Description

Retrieves indexed keywords for a single paper using its DOI or EID. This function makes an additional API call per paper, so use judiciously.

Usage

sm_get_indexed_keywords(doi = NA, eid = NA, verbose = FALSE)

Value

Character string of indexed keywords separated by " | ", or NA if not available.

Arguments

doi

Character string containing the paper's DOI.

eid

Character string containing the paper's EID (Scopus identifier).

verbose

Logical indicating whether to print error messages. Default is FALSE.

Examples

Run this code
if (FALSE) {
# Requires Scopus API key
keywords <- sm_get_indexed_keywords(
  doi = "10.1016/j.jsams.2020.01.001"
)
}

Run the code above in your browser using DataLab