Nothing
flip.rgl.coin <- function(side=sample(2,1), steps=150) {
for (i in seq(0,(5+side)*180, length=steps*(5+side)) ){
rgl::rgl.viewpoint(i,0)
}
return(side)
}
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.