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 httr::response
object
See Also
httr::GET
[Package scholar version 0.2.4 Index]