Description Usage Arguments Value
View source: R/lapiCurrencyInput.R
Function that generates currency inputs
1 2 3 4 5 6 7 8 9 10 | lapiCurrencyInput(
inputId,
label,
value = 0,
caption = NULL,
big.mark = ".",
decimal.sep = ",",
class = NULL,
prefix = NULL
)
|
big.mark |
default = '.' The thousands separator |
decimal.sep |
default = ',' |
class |
default = NULL |
prefix |
default = NULL |
valua |
Initial value |
The masked input html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.