powered by
Configures the Scopus API key for the current R session. The key can be provided directly or set via the SCOPUS_API_KEY environment variable.
sm_set_api_key(api_key = NULL)
Invisible NULL. Called for side effects.
Character string containing your Scopus API key. If NULL, the function will attempt to read from the SCOPUS_API_KEY environment variable.
if (FALSE) { # Requires Scopus API key sm_set_api_key("your_api_key_here") }
Run the code above in your browser using DataLab