Nothing
demo_refits_data <- function(n.objects=NULL){
percentage.of.refits <- 0.05
refits <- sample(seq_len(n.objects),
2 * ceiling((n.objects * percentage.of.refits) / 2))
matrix(refits, ncol=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.