View source: R/mod_table_utils.R
get_dynamic_rows_from_value | R Documentation |
This is used to go from the value of a variable determining the rows in a dynamic row group to the rows themselves. If the row variable is a selectInput, the rows equal the value, but if the row variable is a numericInput, a vector of rows is generated instead
get_dynamic_rows_from_value(variable, value)
variable |
The name of the variable which functions as a row variable in a table |
value |
The value of the variable |
An atomic vector of rows, either option code names or numbers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.