# Set some useful chunk options for code chunks. knitr::opts_chunk$set( echo = TRUE, error = TRUE, # display errors but keep going. comment = "", # don't add '##' characters before output. message = FALSE # don't include messages in the knitted output (check them in RStudio) ) library(tidyverse) theme_set(theme_bw())
What we're doing here is ...
# What this code does
Based on the result, we conclude that...
Now we are going to ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.