R/utils-logging.R
print_inline_vec.Rd
Prints a list of labeled counts separated by vertical pipes. Format: "label 1 (count 1) | label 2 (count 2) | ..."
print_inline_vec(counts, labels, text_color = "grey50", num_color = "grey90")
Numeric vector. The count values.
Character vector. The names corresponding to the counts.
Character. Color for the label text.
Character. Color for the count numbers inside the brackets.