The purpose of style_xxx() is to convert numeric values in
summary tables to x's of consistent length for mock tables.
See the Table shells vignette
for detailed examples.
Usage
style_xxx(x, width = digits + 2, digits = 0)
Value
a character vector
Arguments
x
a numeric or character vector
width
the width of output field of x's, including the decimal place
digits
the number of digits displayed after the decimal place