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