Hi Austin,
Austin Frank writes:
> Hi all--
>
> I have a (hopefully quick question) about formatting tabular output from
> ob-R. Consider the following block:
>
> #+source: anova-example
> #+BEGIN_SRC R :cache yes :exports results :colnames yes :results value
> library(ez)
> library(lme4)
>
> e
Hi all--
I have a (hopefully quick question) about formatting tabular output from
ob-R. Consider the following block:
--8<---cut here---start->8---
#+source: anova-example
#+BEGIN_SRC R :cache yes :exports results :colnames yes :results value
library(ez)
libr