#' Apply corrections to MODEL submitted data
#'
#' @param x data table with specific model data
#' @details Applies model-specific corrections to reporting categories. This function should be renamed to the actual
#' model name, and corrections applied.
#' @importFrom assertthat assert_that
#' @importFrom dplyr left_join
#' @importFrom magrittr "%>%"
correct_MODEL <- function(x){
x <- x
return(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.