On Fri, Jul 3, 2015 at 4:09 PM, Liviu Andronic <[email protected]> wrote:
> At the same time it can be a pain until you get the hang of it. Right > now I use a mix where I prepare the data and save it in the workspace, > load workspace, and run needed code from there. It's not reproducible > as purists will have it, but it's aeons better than copy/paste... I strongly agree. It takes a long time to get it right (and "right" is of course subjective and depends on your workflow). For me, a lot of it has to do with how long each chunk takes to run. If it is short, then it is in as a simple chunk. If it is long, then I think about whether to have knitr cache it or do it externally. Scott
