Introduction

This report is the best report ever. Pretty much the bees’ knees. Can’t say that I’ve ever seen a better report.

Reasons Why This Report is the Best

  • It’s amazing
  • It’s quite amazing
  • It’s seriously amazing

R Markdown

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

Including Plots

You can also embed plots, for example:

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.

## Skim summary statistics
##  n obs: 50 
##  n variables: 2 
## 
## ── Variable type:numeric ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
##  variable missing complete  n  mean    sd p0 p25 p50 p75 p100     hist
##      dist       0       50 50 42.98 25.77  2  26  36  56  120 ▃▇▇▅▂▂▁▁
##     speed       0       50 50 15.4   5.29  4  12  15  19   25 ▁▂▃▇▅▅▃▃