Hi Bastien, thanks for looking into this!
Bastien <b...@gnu.org> writes: > Andreas Leha <andreas.l...@med.uni-goettingen.de> writes: > >> #+begin_src R :results table >> data.frame(parameter=c("parameter", "", "param1"), >> mean=c("mean sd", "", "1.1 0.1"), >> median=c("median", "(minimum;maximum)", "1 (1;2)")) >> #+end_src >> >> #+results: > > I can't test this because of the character. ^^^^^ This character got lost on the mailing list. I guess the offending character was the plus-minus character. This should be testable, I hope: ,---- | #+begin_src R :results table | data.frame(parameter=c("parameter", "", "param1"), | mean=c("mean +- sd", "", "1.1 +- 0.1"), | median=c("median", "(minimum;maximum)", "1 (1;2)")) | #+end_src | | #+results: `---- Again, this works as expected, if "(minimum" is replaced by "minimum". Regards, Andreas