table_value {table.glue} | R Documentation |
General rounding for tables
Description
table_value()
casts numeric vectors into character vectors.
The main purpose of table_value()
is to round and format
numeric data for presentation.
Usage
table_value(x, rspec = NULL)
Arguments
x |
a vector of numeric values. |
rspec |
a |
Value
a vector of character values (rounded numbers).
See Also
Other table helpers:
table_ester()
,
table_glue()
,
table_pvalue()
Examples
table_value(0.123)
table_value(1.23)
table_value(12.3)
with(mtcars, table_value(disp))
[Package table.glue version 0.0.3 Index]