decoder <- function (matrix)
{
message <- apply(matrix, 1, function(x) packBits(as.integer(x)))
message <- rawToChar(message)
return(message)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.