Description Usage Arguments Value Examples
View source: R/generate_inputs.R
Generate Shiny Inputs for a vector of identifiers
1 | gen_input_map(FUN, id_prefix, uid, ...)
|
FUN |
a ShinyInput function - should theoretically work for all shinyInput functions that have |
id_prefix |
a string that will be combined with the unique identifier and passed as the inputid |
uid |
a vector of unique identifiers |
... |
other arguments to be passed to the |
a character vector of shinyInputs
1 | gen_input_map(FUN = numericInput,id_prefix= 'itemprice_',uid = c(1,3,5,7),...)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.