"Eric Schulte" writes:
> Hi Julien,
>
> Thanks for the patch, however it looks like the attached patch breaks
> columnname support for R source code blocks. I'm pasting in the
> relevant portion of our test suite, from the development.org file in our
> development repository [1]. Could you plea
Hi Julien,
Thanks for the patch, however it looks like the attached patch breaks
columnname support for R source code blocks. I'm pasting in the
relevant portion of our test suite, from the development.org file in our
development repository [1]. Could you please sort this issue out before
we app
Hi,
The following simple patch add a :rownames argument to R source code
blocks in org-babel. With :rownames yes it allows to export the row
names when the result is a table.
For example :
#+BEGIN_SRC R :session :colnames yes :rownames yes
table(d$sexe,d$cuisine)
#+END_SRC
#+results:
| |