Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 Systime
output:
htmldocument:
toc: yes
tocdepth:
highlight: espresso
theme: journal
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started