0

Knitting a markdown script, especially if it includes processing of large data sets, can take some time. I noticed, however, that the R console stays available during the knitting of an R notebook.

Does that mean that the environments of the Rstudio console and the knitting process are separated from another, no danger of cross-effects?

Gregor Thomas
  • 136,190
  • 20
  • 167
  • 294
CodingButStillAlive
  • 733
  • 2
  • 8
  • 22
  • Depends on whether you use one of "the buttons" or call `knit` (or one of its friends) directly. See http://stackoverflow.com/questions/34591487/difference-compile-pdf-button-in-rstudio-vs-knit-and-knit2pdf – CL. Nov 18 '16 at 11:04
  • Thanks for taking the time. I find the explanations in the linked thread confusing. I am using the Knit2html command from the Rstudio GUI (i.e. the "button"), and it seems to work in parallel to my console session. – CodingButStillAlive Nov 18 '16 at 11:26
  • That's correct, the "Knit HTML" button envokes a new environment. [This](https://support.rstudio.com/hc/en-us/articles/200552056-Using-Sweave-and-knitr) is the relevant link from the linked question (see the paragraph under the first picture). – CL. Nov 18 '16 at 11:43
  • Thank you so much for your kind help! – CodingButStillAlive Nov 18 '16 at 11:55

0 Answers0