##
## To matrix
ToMatrix <- function(matrix){
require("Matrix")
matrixReturn <- as(matrix, "dgCMatrix")
return(matrixReturn)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.