Re: [O] import R data frame into org-mode table

2013-07-30 Thread Cook, Malcolm
>> >> Indeed, thanks, and, my worked out example follows using emacs 2.18.9 and >> org-mode version 8.0.6 >> > >2.18.9? oops, that was the GTK_ Version number. My emacs is 24.3.1. >> #+LATEX: \listoftables >> #+LaTeX_HEADER: \usepackage{longtable} >> #+name: longtabletest >> #+CAPTION:

Re: [O] import R data frame into org-mode table

2013-07-29 Thread Nick Dokos
"Cook, Malcolm" writes: > > Indeed, thanks, and, my worked out example follows using emacs 2.18.9 and > org-mode version 8.0.6 > 2.18.9? > #+LATEX: \listoftables > #+LaTeX_HEADER: \usepackage{longtable} > #+name: longtabletest > #+CAPTION: test of longtable caption > #+begin_src R :results val

Re: [O] import R data frame into org-mode table

2013-07-29 Thread Cook, Malcolm
>-Original Message- >From: John Hendy [mailto:jw.he...@gmail.com] >Sent: Monday, July 29, 2013 11:03 AM >To: Cook, Malcolm >Cc: Rob Stewart; Andreas Leha; emacs-orgmode@gnu.org >Subject: Re: [O] import R data frame into org-mode table > >On Mon, Jul 29

Re: [O] import R data frame into org-mode table

2013-07-29 Thread Nick Dokos
John Hendy writes: > On Mon, Jul 29, 2013 at 10:35 AM, Cook, Malcolm wrote: >>>Hi Andreas, >> > >> >On 17 July 2013 23:09, Andreas Leha >> wrote: >> > >> >> Definitely there is: >> >> >> >> --8<---cut here---start->8--- >> >> #+begin_src R :results ta

Re: [O] import R data frame into org-mode table

2013-07-29 Thread John Hendy
On Mon, Jul 29, 2013 at 10:35 AM, Cook, Malcolm wrote: >>Hi Andreas, > > > >On 17 July 2013 23:09, Andreas Leha > wrote: > > > >> Definitely there is: > >> > >> --8<---cut here---start->8--- > >> #+begin_src R :results table :colnames yes > >> read.c

Re: [O] import R data frame into org-mode table

2013-07-29 Thread Cook, Malcolm
>Hi Andreas, > >On 17 July 2013 23:09, Andreas Leha >wrote: > >> Definitely there is: >> >> --8<---cut here---start->8--- >> #+begin_src R :results table :colnames yes >> read.csv('test.csv') >> #+end_src >> >> #+results: >> | X | Variant | Xaxis

Re: [O] import R data frame into org-mode table

2013-07-29 Thread Rob Stewart
Hi Andreas, On 17 July 2013 23:09, Andreas Leha wrote: > Definitely there is: > > --8<---cut here---start->8--- > #+begin_src R :results table :colnames yes > read.csv('test.csv') > #+end_src > > #+results: > | X | Variant | Xaxis | N | mean | sd | se

Re: [O] import R data frame into org-mode table

2013-07-17 Thread Thomas S. Dye
Rob Stewart writes: > I have an R script that generates a data frame, that I export to a CSV > file. The data looks something like this: > > "","Variant","Xaxis","N","mean","sd","se" > "1","line1",10,5,111.11,9.33,3.11 > "1","line1",20,5,112.11,9.13,3.14 > "1","line1",30,5,113.11,

Re: [O] import R data frame into org-mode table

2013-07-17 Thread Andreas Leha
Rob Stewart writes: > I have an R script that generates a data frame, that I export to a CSV > file. The data looks something like this: > > "","Variant","Xaxis","N","mean","sd","se" > "1","line1",10,5,111.11,9.33,3.11 > "1","line1",20,5,112.11,9.13,3.14 > "1","line1",30,5,113.11,

[O] import R data frame into org-mode table

2013-07-16 Thread Rob Stewart
I have an R script that generates a data frame, that I export to a CSV file. The data looks something like this: "","Variant","Xaxis","N","mean","sd","se" "1","line1",10,5,111.11,9.33,3.11 "1","line1",20,5,112.11,9.13,3.14 "1","line1",30,5,113.11,9.43,3.10 "1","line2",10,5,101.