| read_inputs | R Documentation |
Read a sequence of Shiny Inputs
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
if(interactive()){
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.