get_scholar_resp {scholar} | R Documentation |
Recursively try to GET a Google Scholar Page storing session cookies
Description
see scholar-package
documentation for details about Scholar
session cookies.
Usage
get_scholar_resp(url, attempts_left = 5)
Arguments
url |
URL to fetch |
attempts_left |
The number of times to try and fetch the page |
Value
an [response][httr::response] object
See Also
[GET][httr::GET]
[Package scholar version 0.2.5 Index]