Help on table$addRow / table$addColumn

Everything related to the development of modules in jamovi
Post Reply
Fhas
Posts: 27
Joined: Wed Sep 12, 2018 2:55 pm

Help on table$addRow / table$addColumn

Post 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!
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

Re: Help on table$addRow / table$addColumn

Post 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
Fhas
Posts: 27
Joined: Wed Sep 12, 2018 2:55 pm

Re: Help on table$addRow / table$addColumn

Post 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!
Post Reply