Nothing
cigar_tablet <- function(x) {
d <- length(x)
return(x[1]^2 + sum(x[2:(d-1)]^2 * 10^4) + x[d]^2 * 10^8)
}
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.