Nothing
library(tree)
data(cpus, package = "MASS")
cpus$mmin[1:10] <- NA
cpus$mmax[11:nrow(cpus)] <- NA
## segfaulted prior to 1.0-24
try(tree(perf ~ mmin+mmax, cpus))
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.