>>
>> 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:
"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
>-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
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
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
>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
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
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,
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,
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.
10 matches
Mail list logo