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:
- R Scripys only save code *R Markdown created 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