Learning About RMarkdown

Today in lecture we learned about R Markdown files. We learned why it is a better option that R Scripts. These are some reasons why:

5 + 5
## [1] 10
mean(c(2, 4, 6, 8)) 
## [1] 5