Nothing
library("slam")
set.seed(20110217)
###
x <- matrix(sample(c(0,1), 12, TRUE), ncol = 3L)
s <- as.simple_triplet_matrix(x)
s
## make invalid row indexes
s$i[sample(seq_along(s$i), 3)] <- 0L
try(row_sums(s), silent = FALSE)
###
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.