R/utils_helpers.R
hm_fmt_col_map.Rd
Produces a single string like: "fn(): column map: G0 -> 'col_a', I0 -> 'col_b', ..."
hm_fmt_col_map(col_map, fn = NULL)
Named list of key -> column-name mappings (only the keys actually used by the function need to be supplied).
Optional function name prefixed to the message.