Help on table$addRow / table$addColumn
Posted: Thu Oct 11, 2018 9:40 pm
Hi!
I need to populate a table with # of rows based on a calculated variable (so I think I cannot use the data-binding / $key feature).
Looking into the jmv descriptives.b.r I see some undocumented functions for the Table I think I can use:
Thanks!
I need to populate a table with # of rows based on a calculated variable (so I think I cannot use the data-binding / $key feature).
Looking into the jmv descriptives.b.r I see some undocumented functions for the Table I think I can use:
- table$addRow(levels[k], values = list(levels = levels[k]))
Thanks!