View source: R/chakraNumericInput.R
This creates a number input in the Shiny UI.
1 2 3 4 5 6 7 8 9 10 |
inputId |
the input slot that will be used to access the value |
label |
the label for the widget; this can be some HTML code |
value |
initial value |
min |
minimum allowed value |
max |
maximum allowed value |
step |
stepping interval to use when adjusting the value |
size |
size of the widget, can be |
options |
a list of options for the number input created with
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.