View source: R/aux_col_stats.R
col_stats | R Documentation |
Get an specific matrix columns statistics.
col_stats(x, stats, allow_na)
x |
numeric matrix |
stats |
string vector with the statistics to compute (sum, max, min, mean, first or last) |
allow_na |
number of allowed NA_real_ |
Numeric vector with one value per matrix column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.