crew102 / wosr

R clients to the Web of Science and Incites APIs
https://crew102.github.io/wosr/
Other
30 stars 8 forks source link

use with ip based security rather than username, password #12

Closed GeraldCNelson closed 5 years ago

GeraldCNelson commented 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.

crew102 commented 5 years ago

It is in the documentation for auth(): https://vt-arc.github.io/wosr/reference/auth.html