Retrieves the OpenAlex Pro API key from one of several locations, checked in the following order:
Details
The R option
openalexPro$api_keyThe environment variable
openalexPro.api_keyThe system keyring via the keyring package (only if the package keyring is installed)
If no API key is found, NULL or an empty string may be returned,
depending on the environment variable state.