R/correct_MODEL.R

Defines functions correct_MODEL

Documented in correct_MODEL

#' 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)
}
transportenergy/item_mip_data_processing documentation built on July 6, 2023, 7:51 p.m.