variant | R Documentation |
API: create a new variant for a given study or use a pre-existing one.
createVariant(name, opts = antaresRead::simOptions()) useVariant(name, variant_id = NULL, opts = antaresRead::simOptions())
name |
Name for the variant to create or the name of an existent variant. |
opts |
List of simulation parameters returned by the function
|
variant_id |
ID of the variant to use, if specified |
An updated list containing various information about the simulation.
## Not run: # See vignette for complete documentation vignette("api-variant-management") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.