Nothing
as.all = function(x, what) {
na = is.na(x)
x = do.call(paste("as.", what, sep=""), list(x))
if(any(is.na(x)!=na))
stop("Non-numeric values were produced in as.all")
return(x)
}
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.