Difference between R MarkDown and R NoteBook

后端 未结 8 1769
时光说笑
时光说笑 2021-01-29 20:01

I am trying to understand at a high level what the differences between R Markdown and R NoteBook. I know they are interrelated but I would like to figu

8条回答
  •  甜味超标
    2021-01-29 20:43

    http://rmarkdown.rstudio.com/r_notebooks.html#notebook_file

    "Ordinary R Markdown documents are “knit”, but notebooks are “previewed”. While the notebook preview looks similar to a rendered R Markdown document, the notebook preview does not execute any of your R code chunks"

提交回复
热议问题