##' flatter
##'
##' This package contains a simple class for representing arrays as a vector of data and indices.
##' This is designed to simplify some data manipulations, and not optimized for high performance
##' computing with sparse arrays.
##'
##' This package implements similar functionality to \pkg{slam}.
##'
##' @name flatter
##' @docType package
##' @import methods
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.