[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [babel] Specified colnames
From: |
Sebastien Vauban |
Subject: |
[O] [babel] Specified colnames |
Date: |
Sun, 07 Apr 2013 22:11:23 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3 (windows-nt) |
Hi Eric,
I'm trying to specify the column names of the table.
#+name: input
| title | baz |
|-------+-----|
| obs1 | foo |
| obs2 | bar |
But both versions (with symbols or strings) just do return the plain input
table.
#+name: R-echo-colnames-list
#+begin_src R :var data=input :exports results :colnames '(Rev Author)
data
#+end_src
#+name: R-echo-colnames-qlist
#+begin_src R :var data=input :exports results :colnames '("Rev" "Author")
data
#+end_src
Am I doing something wrong?
Best regards,
Seb
--
Sebastien Vauban
- [O] [babel] Specified colnames,
Sebastien Vauban <=
- Re: [O] [babel] Specified colnames, Eric Schulte, 2013/04/08
- Re: [O] [babel] Specified colnames, Sebastien Vauban, 2013/04/08
- Re: [O] [babel] Specified colnames, Eric Schulte, 2013/04/08
- Re: [O] [babel] Specified colnames, Sebastien Vauban, 2013/04/08
- Re: [O] [babel] Specified colnames, Eric Schulte, 2013/04/12
- Re: [O] [babel] Specified colnames, Sebastien Vauban, 2013/04/18
- Re: [O] [babel] Specified colnames, Eric Schulte, 2013/04/20
- Re: [O] [babel] Specified colnames, Sebastien Vauban, 2013/04/25
- Re: [O] [babel] Specified colnames, Eric Schulte, 2013/04/27
- Re: [O] [babel] Specified colnames, Sebastien Vauban, 2013/04/27