Nothing
# block index
A <- matrix(c(
1,1,0,
0,1,0,
0,0,1),byrow=TRUE,nrow=3)
expect_equal(block_index(A),list(c(1,2),3))
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.