# consonance - constants
#' consonance levels determine the importance of individual tests
#'
#' @noRd
#' @keywords internal
consonance_levels <- c(
pass = 0,
info = 1,
warning = 2,
error = 4
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.