From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: table not returned Date: Tue, 27 Mar 2012 22:27:40 +0200 Message-ID: <87pqbx4wn7.fsf@gnu.org> References: <87ty19ak2b.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCg60-0004x1-0M for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 19:46:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCg5v-0007k0-M7 for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 19:46:35 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:59713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCg5v-0007j2-Dj for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 19:46:31 -0400 Received: by wgbdr1 with SMTP id dr1so332718wgb.30 for ; Tue, 27 Mar 2012 16:46:29 -0700 (PDT) In-Reply-To: <87ty19ak2b.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Tue, 27 Mar 2012 22:02:52 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andreas Leha Cc: emacs-orgmode@gnu.org Andreas Leha 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. Can you send something we can test? Thanks, -- Bastien