# please do not alter this code chunk knitr::opts_chunk$set(echo = TRUE, message = FALSE, error = TRUE)
Create a new project called "website".
In the "website" project, create a new Rmarkdown document called "index.Rmd". Do the following in this document:
`tibble::tribble()
to set up a table in a code chunk.Include a code chunk that displays a fortune from the fortunes package.
Knit this document to html.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.