Nothing
construct.block <-
function(A1,A2,A3,A4) {
block <- rbind(cbind(A1,A2), cbind(A3,A4))
return(block)
}
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.