Skip to contents

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

Usage

get_dynamic_rows_from_value(variable, value)

Arguments

variable

The name of the variable which functions as a row variable in a table

value

The value of the variable

Value

An atomic vector of rows, either option code names or numbers