df_summarise_cols_funs: 针对表中的字段进行统计,在不分的情况下

View source: R/03-df_summaise_tableLevel.R

df_summarise_cols_funsR Documentation

针对表中的字段进行统计,在不分的情况下

Description

针对表中的字段进行统计,在不分的情况下

Usage

df_summarise_cols_funs(
  data = mtcars,
  fieldName = c("mpg", "cyl", "disp"),
  funName = c("mean", "sum", "length"),
  fieldCaption = letters[1:3]
)

Arguments

data

数据集

fieldName

字段名称

funName

函数名称

fieldCaption

字段标题

Value

返回值

Examples

df_summarise_cols_funs();
df_summarise_cols_funs(data=mtcars,
fieldName=c('mpg','cyl','disp'),
funName=c('mean','sum','length'),
fieldCaption=letters[1:3]
);

takewiki/tsdo documentation built on July 5, 2023, 10:57 p.m.