Nothing
bowley <- function(x, alpha = 0.25){
q <- quantile(x, c(alpha, 0.5, 1 - alpha))
bs <- as.numeric((q[1] - 2 * q[2] + q[3]) / (q[3] - q[1]))
return (bs)
}
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.