cardinalNumericField | R Documentation |
A wrapper around numericInput
, providing an inline
label and an associated field specifying how the value should be applied,
i.e. 'greater than this value' etc.
cardinalNumericField(
id,
cardinal_id,
label,
value,
cardinality = "<=",
step = NA,
min = NA,
max = NA
)
id |
ID to use for the numeric field |
cardinal_id |
ID to use for the cardinality field |
label |
Label |
value |
Default value |
cardinality |
Default cardinality |
step |
Passed to |
min |
Passed to |
max |
Passed to |
out An HTML tag object that can be rendered as HTML using as.character()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.