Ruleset Formats
grading_rulesets
A table containing the information on the RGB color codes ("color") and text ("label") used to represent the five data quality categories inside the report. For color codes, you can write 3 decimal numbers separated by spaces, representing the RGB components of the colors. Alternatively, you can use hexadecimal color codes (e.g., "#FF0000") or color names (e.g., "red"). Please see here for more information. The user can modify colors and text providing a new table "grading_formats" using prep_add_data_frames() before rendering the report, as in the following example.
prep_add_data_frames(grading_formats = "~/Documents/my_grading_formats.xlsx")