Re: [O] R code, LaTex export of tables

2012-12-21 Thread Nick Dokos
Neuwirth Erich wrote: > The following piece of code > produced nicely formatted table > some time ago when exported through LaTex. > It comes from > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html > > #+BEGIN_SRC R :results output org :exports both Try #+BEGIN_SRC R :results

[O] R code, LaTex export of tables

2012-12-21 Thread Neuwirth Erich
The following piece of code produced nicely formatted table some time ago when exported through LaTex. It comes from http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html #+BEGIN_SRC R :results output org :exports both library(ascii) a <- runif(100) c <- "Quantiles of 100 random number