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
What's probably going on is that you either don't have an institutional subscription to Scopus or that you're not making the request from an IP address that has a recognized subscription. That Unauthorized 401 error is probably due to the fact that Scopus doesn't recognize your computer's IP address as having a subscription to the full database. So either make the request from an institutional IP address (by signing in to VPN if you're offsite) or change the "content" argument in the searchByString() function to "standard". The latter option won't give you as much data as the default "complete" value, but it should at least give you something.
Running:
theXML <- searchByString(string = myQuery, outfile = "testdata.xml")
I got this error:
Error in searchByString(string = myQuery, outfile = "testdata.xml") : Unauthorized (HTTP 401).
The text was updated successfully, but these errors were encountered: