setAPImode | R Documentation |
Two modes are available when using the API:
async: record all API calls, but nothing is sent to the server
sync: send query to the API each time a function is used
setAPImode(mode = c("sync", "async"), opts = antaresRead::simOptions())
mode |
The mode you want to use. |
opts |
List of simulation parameters returned by the function
|
An updated list containing various information about the simulation.
## Not run: # See vignette for complete documentation vignette("api-variant-management") # Usage : setAPImode("sync") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.