emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] table not returned


From: Andreas Leha
Subject: Re: [O] table not returned
Date: Wed, 28 Mar 2012 13:45:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Hi Bastien,

thanks for looking into this!


Bastien <address@hidden> writes:

> Andreas Leha <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]