scholar
scholar copied to clipboard
get_scholar_id() always returns "No Scholar ID found."
Hello,
Thank you so much for maintaining this package!
I have tried to fetch some scholar IDs using the get_scholar_id() function. Yet, regardless of the combination I try, including the example from the documentation get_scholar_id(first_name = "kristopher", last_name = "mcneill"), I always get No Scholar ID found.
I went into the code a bit, and it seems that the code fails to extract user ID strings from the output returned after calling
page <- get_scholar_resp(url) aa <- content(page, as='text')
Unfortunately, I know too little about the response that Google Scholar returns upon sending the url to understand what is going wrong.
Do you have any suggestions? Thank you!