lexorder <- function(M){ do.call(order, lapply(seq_len(ncol(M)), function(i) M[, i])) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.