table_value | R Documentation |
table_value()
casts numeric vectors into character vectors.
The main purpose of table_value()
is to round and format
numeric data for presentation.
table_value(x, rspec = NULL)
x |
a vector of numeric values. |
rspec |
a |
a vector of character values (rounded numbers).
Other table helpers:
table_ester()
,
table_glue()
,
table_pvalue()
table_value(0.123)
table_value(1.23)
table_value(12.3)
with(mtcars, table_value(disp))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.