Nothing
arrMat<-function(input){
d<-dim(input)
if(length(d)==3){mat <- matrix(input, nrow = 1, byrow = TRUE)}
if(length(d)==4){mat <- matrix(input, nrow = d[4], byrow = TRUE)}
return(mat)
}
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.