[O] [babel] disable :session for a code block?

2014-02-23 Thread Rainer M Krug
Hi I would like to save all in org defined variables into an R data file. In general this works fine with the following code block: #+begin_src R :session null :results output dir.create(./data/, showWarnings=FALSE) save.image(./data/orgData.rda) #+end_src but, as I have defined a file wide

Re: [O] [babel] disable :session for a code block?

2014-02-23 Thread Andreas Leha
Rainer M Krug rai...@krugs.de writes: Hi I would like to save all in org defined variables into an R data file. In general this works fine with the following code block: #+begin_src R :session null :results output dir.create(./data/, showWarnings=FALSE) save.image(./data/orgData.rda)