knitr::opts_chunk$set(echo = TRUE)
This is an R Markdown format used for publishing markdown documents to GitHub. When you click the Knit button all R code chunks are run and a markdown file (.md) suitable for publishing to GitHub is generated.
You can include R code in the document as follows:
summary(cars)
You can also embed plots, for example:
plot(pressure)
Note that the echo = FALSE
parameter was added to the code chunk to prevent printing of the R code that generated the plot.
Optional reference: @reference2020
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.