Re: [O] table column with trailing 0s

2012-03-27 Thread Andreas Leha
t...@tsdye.com (Thomas S. Dye) writes: > Andreas Leha writes: > >> Hi all, >> >> I am trying to get a table generated from R to be pretty printed in >> org mode (and the export). >> >> Suppose, I have a table like this (typical statistical table): >> >> #+attr_latex: align=lr >> #+begin_src R :co

Re: [O] table column with trailing 0s

2012-03-27 Thread Thomas S. Dye
Andreas Leha writes: > Hi all, > > I am trying to get a table generated from R to be pretty printed in > org mode (and the export). > > Suppose, I have a table like this (typical statistical table): > > #+attr_latex: align=lr > #+begin_src R :colnames yes :exports results > data.frame(paramete

[O] table column with trailing 0s

2012-03-27 Thread Andreas Leha
Hi all, I am trying to get a table generated from R to be pretty printed in org mode (and the export). Suppose, I have a table like this (typical statistical table): #+attr_latex: align=lr #+begin_src R :colnames yes :exports results data.frame(parameter=c("param1", "param2", "param3", "param4