You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have an apiKey to use the API Lite service, I cannot use this type of authentication because I do not have a username and password. Is there a way to authenticate myself only with an apikey (simillar to Scopus)?
The text was updated successfully, but these errors were encountered:
library(wosr)
Save your WoS API username and password in environment variables
Sys.setenv(WOS_USERNAME = "your_username", WOS_PASSWORD = "your_password")
Get session ID
sid <- auth()
If I have an apiKey to use the API Lite service, I cannot use this type of authentication because I do not have a username and password. Is there a way to authenticate myself only with an apikey (simillar to Scopus)?
The text was updated successfully, but these errors were encountered: