Learning How to do RMarkdown
Today we learned about R Markdown files. We learned
why it is a better option than R Scripts. These are some
reasons why:
- R Scripts only save the code
- R Markdown created an all in one document with the text, code, and
output all together
- RMD Files are easier to share results with other people.
6 + 6
## [1] 12