Description Usage Arguments Value Examples
View source: R/generate_inputs.R
Generate a sequence of Shiny Inputs
1 | gen_input_seq(FUN, id_prefix, len, ...)
|
FUN |
a ShinyInput function - should theoretically work for all shinyInput functions that have |
id_prefix |
a string that will be combined with a sequence of length |
len |
the desired output length - generates a sequence that is combined with |
... |
other arguments to be passed to the |
a character vector of shinyInputs
1 | gen_input_seq(FUN = numericInput,id_prefix = 'itemprice_',len = 5,...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.