emacs-orgmode
[Top][All Lists]
Advanced

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

[O] inline R code evaluation?


From: Erik Iverson
Subject: [O] inline R code evaluation?
Date: Thu, 03 Mar 2011 16:32:54 -0600
User-agent: Thunderbird 2.0.0.23 (X11/20090812)

Hello list!

I haven't used inline code evaluation in R too much,
but I thought the following used to work.  Can anyone
tell me if I'm doing something wrong, or maybe it's
temporarily broken in git?  I just pulled.

### begin org example ###

* testing inline R/org-mode evaluation
Here I test inline code evaluation in R.

#+begin_src R :session *R*
x <- 100
#+end_src


Now I want to export the value of x, which should be
src_R[:session *R*]{x} .

Did the number 100 show up at the end of the previous sentence on export?

### End org example ###

There may have been some relatively recent list traffic about this,
but I wasn't able to track it down.
Thanks!
--Erik



reply via email to

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