Closed GeraldCNelson closed 5 years ago
If your university uses the IP based verification system for WoS, you need to use this code sid <- auth(username = NULL, password = NULL) to get an sid.
I'm not sure this is in the documentation. Found it by studying the code in the auth function.
It is in the documentation for auth(): https://vt-arc.github.io/wosr/reference/auth.html
auth()
If your university uses the IP based verification system for WoS, you need to use this code sid <- auth(username = NULL, password = NULL) to get an sid.
I'm not sure this is in the documentation. Found it by studying the code in the auth function.