Formatting values to Roman numerals can be very useful when combining such output with row labels (usually through cols_merge()). Here’s an example where we take a portion of the illness dataset and generate some row labels that combine (1) a row number (in lowercase Roman numerals), (2) the name of the test, and (3) the measurement units for the test (nicely formatted by way of fmt_units()):