Today in lecture we learned about R Markdown files. We learned why it is a better option than R Scripts. These are some reason why:
R Scripts only save the code R Markdown created an all in one document with the code, text and output all together *RMD Files are easier to share result with pother people
5 + 5
## [1] 10