timeout
From httr v1.4.1
by Hadley Wickham
Set maximum request time.
Set maximum request time.
Usage
timeout(seconds)
Arguments
- seconds
number of seconds to wait for a response until giving up. Can not be less than 1 ms.
See Also
Other config: add_headers
,
authenticate
, config
,
set_cookies
, use_proxy
,
user_agent
, verbose
Examples
# NOT RUN {
GET("http://httpbin.org/delay/3", timeout(1))
GET("http://httpbin.org/delay/1", timeout(2))
# }
Community examples
Looks like there are no examples yet.