Nothing
wtdMean <- function(x) {
wts <- getWts(x)
wm <- Reduce("+",lapply(x,function(u){u*attr(u,"weight")}))/sum(wts)
attr(wm,"weight") <- NULL
wm
}
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.