Learn R Programming

antaresRead (version 2.9.3)

setTimeoutAPI: Change API Timeout

Description

Change API Timeout

Usage

setTimeoutAPI(opts, timeout)

Value

Object of class simOptions, list of options used to read the data contained in the last simulation read by setSimulationPathAPI.

Arguments

opts

list of simulation parameters returned by the function setSimulationPathAPI

timeout

numeric API timeout (seconds). Default to 600.

Examples

Run this code
if (FALSE) {
opts <- setTimeoutAPI(opts, timeout = 45)
}

Run the code above in your browser using DataLab