These functions modify the input data frame prior to passing it to stable() or stable_long().

st_bold(x, cols, pattern = "*")

st_it(x, cols, pattern = "*")

Arguments

x

an stobject

cols

columns to make bold

pattern

passed to tex_bold() or tex_it()