Nothing
rownorm <- function(x) {
dat.z <- apply(x, 1, function(y) (y - mean(y, na.rm = T))/sd(y,
na.rm = T))
dat.z <- t(dat.z)
dat.z
}
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.