Skip to contents

Find the variables whose value can be entered through a given table

Usage

get_table_variables(table_code_name)

Arguments

table_code_name

The name of the table whose variables to fetch.

Value

A vector of variable names whose values are entered in a table.

Note

If a table has a dynamic row group whose rows are determined by an input widget's value, that widget's variable name will not be returned even though it could be read from the list returned by the table module.