[R] tcltk table properties

peter dalgaard pdalgd at gmail.com
Fri Oct 2 10:55:20 CEST 2015


On 02 Oct 2015, at 03:32 , Dan D <ddalthorp at usgs.gov> 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=NULL)


> Muchas thanks in advance.
> 
> -Dan
> 
> 
> 
> --
> View this message in context: http://r.789695.n4.nabble.com/tcltk-table-properties-tp4713045.html
> Sent from the R help mailing list archive at Nabble.com.
> 
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

-- 
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email: pd.mes at cbs.dk  Priv: PDalgd at gmail.com



More information about the R-help mailing list