Description Usage Arguments Value
This Module provides server logic for a single Mutation
1 2 | Mutation(input, output, session, parentSession, mutation, mutation.name,
mutation.params)
|
input |
Shiny input object. |
output |
Shiny output object. |
session |
Shiny session object. |
parentSession |
Shiny session object of parent session. |
mutation |
Mutation id. |
mutation.name |
Mutation name. |
mutation.params |
Data Frame including params for this mutations, i.e. preset, lower and upper constraints. |
A list containing reactive objects for current mutation values, a logical whether it is active and the probability.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.