Can you create an R Markdown document which includes the following information?

  1. Create an R Markdown document that contains 3 code cells:
  1. Leave both markdown notes and code cell comments.
  1. After successfully completing Steps 1 and 2, “comment out” the install.packages() code in your first code cell. This requires putting a hash sign # before the code. This means the code will not run

  2. Use the Knit button in R Studio to create an HTML file of your R Markdown. This will only work if you successfully complete Step 3!

  3. Link to screenshot of answers (try to complete this on your own before you look!)