Nothing
We can exit a document early using the knit_exit()
function.
Below is a simple chunk, and there is a time-consuming chunk after it.
library(knitr)
1 + 1
## [1] 2
knit_exit()
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.