Nothing
parmat <- function (params, nrep = 1) {
params <- as.matrix(params)
p <- matrix(data=params,nrow=nrow(params),ncol=ncol(params)*nrep)
rownames(p) <- rownames(params)
p
}
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.