Introduction

Here is an intro section.

Description of Project

This is some general blurb about what I did.

Data Visualization

Here is what I created. You can see the code to produce the data frame and the code to produce the plot(s).

library(data.table)
answer <- 1 + 1
answer
## [1] 2
library(ggplot2)
# ggplot() + and all of the rest of the ggplot lines

Conclusion

Here is some general takeaways from my project. If you have any questions, please feel free to email me at pptallon@loyola.edu


Note

You can add captions at the bottom of images. To add a caption, include the words fig.cap=“blah blah” inside the {….} at the top of the RMarkdown code you are using to include the image. You will notice here that I can also add lines of HTML code directly into the text. Here’s something bold, something italics, something underline, and something blue.

knitr::include_graphics("c:/Users/pptallon/Dropbox/G/Personal/Tallon005.jpg")
Courtesy of your favorite IT professor

Courtesy of your favorite IT professor