[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Evaluating R source code line by line
From: |
Vikas Rawal |
Subject: |
Re: [O] Evaluating R source code line by line |
Date: |
Sat, 13 Dec 2014 18:48:04 +0530 |
On 13-Dec-2014, at 3:42 pm, Daniele Pizzolli <address@hidden> wrote:
> Look at:
> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-R.html
>
> Use ESS to step through evaluation line-by-line
>
> Use C-c ' to visit the edit buffer for your code block
> Use ess-eval-line-and-step to evaluate each line in turn
>
> ess-eval-line-and-step is usually bound to C-c C-n
I know this and use it. But since my code evaluation is quite resource
intensive, when I later evaluate the code using C-c C-c to insert results in my
org buffer, it would be useful to see how far it is progressing.
Vikas