Nothing
library(tree)
set.seed(4)
foo <- data.frame(x=rnorm(100), y=rnorm(100))
my_tree <- tree(y ~ x, data = foo)
cv.tree(my_tree, k = 1:40)
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.