In the lecture video I watched I learned about R
Markdown. I learned why it can be more useful than R
Script in some cases. These are some reasons why:
R Scripts only save code
R Markdown creates a document which includes code, output and text
all together.