Learning About R Markdown
Today in lecture we learned about R Markdown files.
We learned why it is a better option than R Scripts. Some
reasons for why are:
- R Scripts only save the code
- R Markdown creates an all in one document with the code, text, and
output all together
- RMD files are easier to share results with other people
5+5
## [1] 10