Re: [R] tcltk table properties

2015-10-02 Thread peter dalgaard
On 02 Oct 2015, at 03:32 , Dan D wrote: > I have a tkwidget table (say, tbl1) that may be reconfigured at various times > depending on user input. Is there an easy way to later extract table > properties? Something like... > > nrow<-tkgetproperties(tbl1, rows) > More like tkcget(tbl1, rows=N

[R] tcltk table properties

2015-10-01 Thread Dan D
I have a tkwidget table (say, tbl1) that may be reconfigured at various times depending on user input. Is there an easy way to later extract table properties? Something like... nrow<-tkgetproperties(tbl1, rows) Muchas thanks in advance. -Dan -- View this message in context: http://r.789695.n