Mimic the functionality of map functions and transform level inputs into data frame
1 2 | map_level_values(input, allinputs, isf = c("yes", "no"), id_type_dt,
id_rand, ntrt = 2, lbl = "f")
|
input |
shinyInput input values from server side |
allinputs |
reactive shiny object that return a data frame with all the shiny inputs |
isf |
character If |
id_type_dt |
data.frame Table with type of Factor and types of input form: |
id_rand |
character vector character random id |
ntrt |
If |
lbl |
characer Optional argument, in case format = "data.frame" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.