Learning Objectives
Following this assignment students should be able to:
- Create an R Markdown file
- Enhance their ability to write prose in Markdown.
- Generate an output that would be useful for someone who does not code.
- Understand options used in R chunks for appropriate outcomes.
Reading
Lecture Notes
Canvas Quiz
Mini Project question
Create an Rmd file that reads in your data and use dyplr start to manipulate the data and ggplot to create at least one plot.
Your Rmd file should nicely format your prose, code and plots. Be sure to include prose that briefly describes your process.
Using knitr export the file to HTML and save in output
directory.
Remember to push all of your commits to the repo on GitHub as this is what I will be looking at.