powered by
Retrieves indexed keywords for a single paper using its DOI or EID. This function makes an additional API call per paper, so use judiciously.
sm_get_indexed_keywords(doi = NA, eid = NA, verbose = FALSE)
Character string of indexed keywords separated by " | ", or NA if not available.
Character string containing the paper's DOI.
Character string containing the paper's EID (Scopus identifier).
Logical indicating whether to print error messages. Default is FALSE.
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