var_summary_table {teal.modules.general} | R Documentation |
Summarizes variable
Description
Creates html summary with statistics relevant to data type. For numeric values it returns central tendency measures, for factor returns level counts, for Date date range, for other just number of levels.
Usage
var_summary_table(x, numeric_as_factor, dt_rows, outlier_definition)
Arguments
x |
vector of any type |
numeric_as_factor |
|
dt_rows |
|
outlier_definition |
If 0 no outliers are removed, otherwise
outliers (those more than |
Value
text with simple statistics.
[Package teal.modules.general version 0.4.1 Index]