Question: Start a new R Markdown file ( . Rmd ) as you learned in the previous module. Copy the following YAML header and the first

Start a new R Markdown file (.Rmd) as you learned in the previous module.
Copy the following YAML header and the first code chunk to set up the global environment for knitting. You must submit the HTML report for me to grade your work. I will use your HTML file as a primary document for grading. The YAML header and the first code chunk below allow you to organize your work well knit the Rmd file even when there might be an error.
---
title: "Final Exam with two data sets"
author: "Jae Jung"
date: '`r Sys.time()`'
output:
html_document:
toc: yes
toc_depth: 5
highlight: espresso
theme: journal

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!