Nothing
pruitt <- matrix(
c(0,0,0,1,0,0,0,0,
0,1,0,0,1,0,0,0,
1,0,1,0,1,0,0,0,
0,0,1,0,0,1,0,0,
0,1,0,0,0,0,1,0,
1,0,1,0,0,0,1,0,
0,0,1,0,0,0,1,1), nr=7,byrow=TRUE)
dimnames(pruitt) <- list(NULL, c( "A","B","C","D","E","F","G","H"))
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.