t...@tsdye.com (Thomas S. Dye) writes:
> library(ascii)
> ...
> print(ascii(table(data)), type="org")
Great tip. I even got the result out as an interpreted org table by
using ":results output raw". (For example, without "raw" it becomes
literal.) Thanks!
* interesting data
#+BEGIN_SRC R :expo
Jarmo Hurri writes:
> Greetings again.
>
> I need to represent a contingency table generated by R in an org file. R
> output shows the labes of the vertical and the horizontal axes, but
> these are pruned from the output in org-mode. Is there a nice way to
> reintroduce the axes labels?
>
> # ---
Greetings again.
I need to represent a contingency table generated by R in an org file. R
output shows the labes of the vertical and the horizontal axes, but
these are pruned from the output in org-mode. Is there a nice way to
reintroduce the axes labels?
# --