get_dynamic_rows_from_value: Determine the dynamic rows based on row variable value

View source: R/mod_table_utils.R

get_dynamic_rows_from_valueR Documentation

Determine the dynamic rows based on row variable value

Description

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


Ottis1/fieldactivity documentation built on Nov. 21, 2022, 2:23 p.m.