Nothing
## -----------------------------------------------------------------------------
1+1
.4-.7+.3 # what? it is not zero!
## -----------------------------------------------------------------------------
plot(1:10)
hist(rnorm(1000))
## -----------------------------------------------------------------------------
strsplit('hello indented world', ' ')[[1]]
## -----------------------------------------------------------------------------
x = 1:10
rev(x^2)
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.