View source: R/03-df_summaise_tableLevel.R
df_summarise_cols_funs | R Documentation |
针对表中的字段进行统计,在不分的情况下
df_summarise_cols_funs(
data = mtcars,
fieldName = c("mpg", "cyl", "disp"),
funName = c("mean", "sum", "length"),
fieldCaption = letters[1:3]
)
data |
数据集 |
fieldName |
字段名称 |
funName |
函数名称 |
fieldCaption |
字段标题 |
返回值
df_summarise_cols_funs();
df_summarise_cols_funs(data=mtcars,
fieldName=c('mpg','cyl','disp'),
funName=c('mean','sum','length'),
fieldCaption=letters[1:3]
);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.