emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Babel - simple getting started problem


From: Graham Smith
Subject: [Orgmode] Babel - simple getting started problem
Date: Mon, 7 Dec 2009 07:20:19 +0000

I know I must be missing the obvious here, but why can't I get babel+R
to calculate a mean. See below

Many thanks,

Graham

* test
#+srcname:trial
#+begin_src R
x<-c(4,5,6,7,8,9)
#+end_src

#+resname: trial
| 4 |
| 5 |
| 6 |
| 7 |
| 8 |
| 9 |


* meantest
#+begin_src R
mean(trial)
#+end_src

#+resname:

error in buffer "source block produced no output"

* meantest2
#+begin_src R
mean(x)
#+end_src

#+resname:

error in buffer "source block produced no output"




reply via email to

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