Page 1 of 1

Help on table$addRow / table$addColumn

Posted: Thu Oct 11, 2018 9:40 pm
by Fhas
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:
  • table$addRow(levels[k], values = list(levels = levels[k]))
Can you provide me the documentation for addRow / addColumn?

Thanks!

Re: Help on table$addRow / table$addColumn

Posted: Thu Oct 11, 2018 10:29 pm
by jonathon
try here:

https://dev.jamovi.org/api_table.html

(drop us a line at contact <at> jamovi.org if you'd like an invite to our slack. you may find it easier/quicker to ask questions)

cheers

jonathon

Re: Help on table$addRow / table$addColumn

Posted: Thu Oct 11, 2018 10:39 pm
by Fhas
Thanks! Has this page always been there, how did I miss it?
(drop us a line at contact <at> jamovi.org if you'd like an invite to our slack. you may find it easier/quicker to ask questions)
I might do so, but this was pretty damn fast, thanks a lot!