View source: R/tm_variable_browser.R
var_summary_table | R Documentation |
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.
var_summary_table(x, numeric_as_factor, dt_rows, outlier_definition)
x |
vector of any type |
numeric_as_factor |
|
dt_rows |
|
outlier_definition |
If 0 no outliers are removed, otherwise
outliers (those more than |
text with simple statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.