matrix_to_list <- function(m) { lapply(seq_len(ncol(m)), function(i) m[, i, drop = FALSE]) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.