emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: tsd@tsdye.com (Thomas S. Dye)
To: Rainer M Krug <Rainer@krugs.de>
Cc: Andreas Leha <andreas.leha@med.uni-goettingen.de>, emacs-orgmode@gnu.org
Subject: Re: [BUG] [babel] [R] :colnames yes conflicts with :results file
Date: Wed, 07 Jan 2015 07:14:03 -1000	[thread overview]
Message-ID: <m2sifm4ip0.fsf@tsdye.com> (raw)
In-Reply-To: <m24ms33q41.fsf@krugs.de> (Rainer M. Krug's message of "Wed, 07 Jan 2015 10:19:10 +0100")

Rainer M Krug <Rainer@krugs.de> writes:

> Well - if the result is an R data.frame, it would not make a difference
> if I use   :results table  or not - correct?

This is how I understand it.  Because an R data.frame looks like a
table, the babel default is to represent it as a table in the results.
However, Babel interprets the single-cell table as a scalar.

#+begin_src R :results value
ret <- data.frame("scalar")
#+end_src

#+results:
: scalar

#+begin_src R :results value table
ret <- data.frame("table")
#+end_src

#+results:
| table |

hth,
Tom

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

  reply	other threads:[~2015-01-07 17:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-06 12:40 [BUG] [babel] [R] :colnames yes conflicts with :results file Andreas Leha
2015-01-06 13:49 ` Rainer M Krug
2015-01-06 15:39   ` Andreas Leha
2015-01-06 17:50     ` Aaron Ecay
2015-01-07  9:11     ` Rainer M Krug
2015-01-06 16:01   ` Thomas S. Dye
2015-01-07  9:19     ` Rainer M Krug
2015-01-07 17:14       ` Thomas S. Dye [this message]
2015-01-07  9:33     ` Sebastien Vauban
2015-01-07 13:45       ` Rainer M Krug

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=m2sifm4ip0.fsf@tsdye.com \
    --to=tsd@tsdye.com \
    --cc=Rainer@krugs.de \
    --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).