Difference between R MarkDown and R NoteBook
As far as I understand and from my setup there is no coding difference. The difference is in the rendering. The file extension is the same. When you make a new R Notebook it adds html_notebook in the output option in the header. That’s the difference. You can then preview the rendering quickly without having … Read more