Prints a formatted message with a border for section titles in the console.

qc_header(title)

Arguments

title

Character string to be printed inside the header box.

Value

No return value. Used for side effects (message).

Examples

qc_header("Quality Control on Samples")
#> 
#> +==================================+
#> |    Quality Control on Samples    |
#> +==================================+