#' Calculated Measures
#'
#' Series of built-in formulas to derive composite measures from WA+ model
#' output (see this package's vignettes for more details). These measures
#' are identified in the variable catalog with `sheet = "index"` (see [META]).
#'
#' @param data data.table with columns (see [DATA])
#' @rdname calculate
#' @return
#'
#' @examples
#'
#' @export
calculate <- function(data) {
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.