Nothing
percentilsArchetypoid <- function(column,indiv,data,digits){
aux1 <- data[,colnames(data)[column]]
aux2 <- as.matrix(aux1)
Fn <- ecdf(aux2)
aux3 <- Fn(data[indiv,colnames(data)[column]])
round(aux3 * 100, digits = digits)
}
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.