Learn R Programming

nzilbb.labbcat (version 1.3-0)

labbcatTimeout: Sets the timeout for request to the LaBB-CAT server in future function calls. The default timeout is 10 seconds.

Description

Sets the timeout for request to the LaBB-CAT server in future function calls. The default timeout is 10 seconds.

Usage

labbcatTimeout(seconds = NULL)

Value

The request timeout in seconds

Arguments

seconds

The number of seconds before requests return with a timeout error.

Examples

Run this code
if (FALSE) {
## the request timeout
labbcatTimeout(30)
}

Run the code above in your browser using DataLab