R/constants.R

# consonance - constants

#' consonance levels determine the importance of individual tests
#'
#' @noRd
#' @keywords internal
consonance_levels <- c(
  pass = 0,
  info = 1,
  warning = 2,
  error = 4
)
tkonopka/consonance documentation built on Oct. 9, 2020, 2:09 p.m.