R/checkMax.R

Defines functions checkMax

checkMax <- function(x, cfg) {
  return(list(message="%# values lie above allowed maximum.",
              failed=helperBounds(x, cfg, "max")))
}
IAMconsortium/iamc documentation built on July 8, 2023, 11:35 p.m.