| add_raw_stats | R Documentation |
Appends raw numeric statistics to a data.table row for downstream processing. Used to preserve underlying values alongside formatted display strings.
add_raw_stats(row, col, stats, stat_type)
row |
Data.table row to modify. |
col |
Character string column name for the statistics. |
stats |
Named list of numeric statistics (mean, sd, median, etc.). |
stat_type |
Character string indicating which statistic is displayed. |
Modified row (by reference).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.