Hi Eric,
thanks for looking into this. And thanks for the confirmation already!
Good to know, that it is specific to R -- I had not checked. Of course,
I do not want to use R to do mere subsetting, but rather some more
complex processing, which I do not want to do in shell (or elisp,)
I ha
This bug looks to be specific to Babel's R support. E.g., it is not
present with shell code blocks.
#+name: testtable2
| a | b |
|---+---|
| 1 | 3 |
| 3 | 3 |
| 4 | 1 |
| 4 | 2 |
#+header: :var testtable=testtable2
#+begin_src sh :colnames yes
echo "$testtable"|tail -2
#+end_src
#+results:
|
Hi all,
there is a bug when it comes to babel not respecting :colnames when more
variables are passed.
Here is the MWE:
--8<---cut here---start->8---
#+name: testtable2
| a | b |
|---+---|
| 1 | 3 |
| 3 | 3 |
| 4 | 1 |
| 4 | 2 |
#+header: :var testtable=testt