Description Usage Arguments Value Examples
Read a sequence of Shiny Inputs
1 2 3 4 5 6 | read_inputs(
inputid = NULL,
nullarg = NA,
type = c("chr", "dbl", "lgl", "int"),
.env = shiny::getDefaultReactiveDomain()
)
|
inputid |
a vector of inputids to read |
nullarg |
the value to return if the input value is |
type |
one of |
.env |
the environment to look for the input - defaults to the default reactive domain |
a vector of values
1 | read_inputs(inputid = c('select_1','select_2'), nullarg = NA, type = 'chr')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.