#' @examples
#' # A DelayedMatrix with a 'data.frame' seed
#' dm_df <- DelayedArray(data.frame(C1 = rep(1L, 5),
#' C2 = as.integer((0:4) ^ 2),
#' C3 = seq(-5L, -1L, 1L)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.