Nothing
#' Union of double and logical column-sparse matrices
#'
#' Union of dgCMatrix and lgCMatrix
#'
#'
#' @importClassesFrom Matrix dgCMatrix lgCMatrix
setClassUnion("xgCMatrix", members = c("dgCMatrix", "lgCMatrix"))
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.