The ISTAT API can be slow to respond, especially for large queries.
This function allows you to get or set the timeout value in seconds.
The default timeout is 300 seconds (5 minutes).
Usage
istat_timeout(seconds = NULL)
Value
If seconds is NULL, returns the current timeout value.
If seconds is provided, invisibly returns the previous timeout value.
Arguments
seconds
Optional. If provided, sets the timeout to this value in seconds.
If NULL (default), returns the current timeout value.