Text summary of conformity (bulleted, formatted)
Usage
conama_text(
df,
classe = "2",
only_violations = FALSE,
decimal_mark = ",",
big_mark = "."
)
Arguments
- df
Input data
- classe
CONAMA class label
- only_violations
If TRUE, list only parameters with violation
- decimal_mark
Decimal separator (default ",")
- big_mark
Thousands separator (default ".")
Value
Character vector of lines (first line is a header, the rest are bullets).
Examples
if (FALSE) { # \dontrun{
data("wq_demo", package = "tikatuwq")
cat(conama_text(wq_demo, classe = "2"), sep = "\n")
} # }