Nothing
knitr::opts_chunk$set(tidy = FALSE)
summary(cars)
You can also embed plots, for example:
plot(cars)
Note that the echo = FALSE
parameter was added to the code chunk to prevent printing of the R code that generated the plot.
You can also print data frames
mtcars
knitr::write_bib("knitr", "packages.bib")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.