emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: tsd@tsdye.com (Thomas S. Dye)
To: Andreas Leha <andreas.leha@med.uni-goettingen.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: table column with trailing 0s
Date: Tue, 27 Mar 2012 11:59:40 -1000	[thread overview]
Message-ID: <m1vclpu2lv.fsf@tsdye.com> (raw)
In-Reply-To: <87y5qlak39.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Tue, 27 Mar 2012 22:02:18 +0200")


Andreas Leha <andreas.leha@med.uni-goettingen.de> writes:

> Hi all,
>
> I am trying to get a table generated from R to be pretty printed in
> org mode (and the export).
>
> Suppose, I have a table like this (typical statistical table):
>
> #+attr_latex: align=lr
> #+begin_src R :colnames yes :exports results
>   data.frame(parameter=c("param1", "param2", "param3", "param4"),
>              pvalue=c("0.80", "0.15", "*0.03*", "*< 0.01*"))
> #+end_src
>
> #+results:
> | parameter | pvalue   |
> |-----------+----------|
> | param1    | 0.8      |
> | param2    | 0.15     |
> | param3    | *0.03*   |
> | param4    | *< 0.01* |
>
> Here, org mode strips the trailing 0 from param1 which makes the
> table a lot less readable.
>
> How can I tell org not to trim the contents of string(!) columns?
>
> Regards,
> Andreas
>
>
>
Aloha Andreas,

I've been very happy using David Hajage's ascii package for R.  See
http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html#sec-4-2
for a few examples of how it works with tabular and non-tabular data.

hth,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

  reply	other threads:[~2012-03-27 21:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-27 20:02 table column with trailing 0s Andreas Leha
2012-03-27 21:59 ` Thomas S. Dye [this message]
2012-03-27 22:24   ` Andreas Leha

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1vclpu2lv.fsf@tsdye.com \
    --to=tsd@tsdye.com \
    --cc=andreas.leha@med.uni-goettingen.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).