emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Bug passing tables to R code blocks?


From: Thomas S. Dye
Subject: [O] Bug passing tables to R code blocks?
Date: Mon, 17 Oct 2011 16:05:01 -1000

Aloha all,

I'm seeing some unexpected behavior when passing two tables into an R
source code block.  Things seem to work as expected when only one table is
passed. 

In the following example, the header for the second table ends up on the
first table when I evaluate the source code block.

* R tables

#+TBLNAME: tbl-1
| column1 | column2 |
|---------+---------|
|      45 |      34 |
|      77 |      56 |

#+tblname: tbl-2
| col1 | col2 |
|------+------|
| a    | b    |
| c    | d    |

#+BEGIN_SRC R :var x=tbl-1 :var y=tbl-2 :colnames yes
x
#+END_SRC

#+results:
| col1 | col2 |
|------+------|
|   45 |   34 |
|   77 |   56 |

release_7.7-396-g3538
Org-mode version 7.7 (release_7.7.396.g3538)

Bug?  Or my setup?

All the best,
Tom

-- 
T.S. Dye & Colleagues, Archaeologists
735 Bishop St, Suite 315, Honolulu, HI 96813
Tel: 808-529-0866, Fax: 808-529-0884
http://www.tsdye.com



reply via email to

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