Renders the markdown message from check_data_integrity() output. Use this in output: asis chunks to display formatted messages.
Examples
if (FALSE) { # \dontrun{
# In a Quarto chunk with output: asis
integrity_check <- check_data_integrity(d, "NOAA CalCOFI Database")
render_integrity_message(integrity_check)
} # }