NormNumericInput | R Documentation |
Creates a Numeric input with a SD input as well
NormNumericInput(
paramID,
varName,
infoId = "foo",
infoText = "",
E_value = 50,
E_min = 1,
E_max = 100,
E_step = 1,
SD_value = 50,
SD_min = 1,
SD_max = 100,
SD_step = 1,
via_InsertUI = FALSE,
Button = TRUE,
cellWidths = "30%"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.