df_crossTable_run | R Documentation |
返回交叉表运算内容
df_crossTable_run(
data = mtcars,
row_holder = c("mpg"),
column_holder = c("cyl"),
value_hoder = "disp",
fun_name = "求和",
margins = TRUE
)
data |
数据 |
row_holder |
行标签 |
column_holder |
列标签 |
value_hoder |
唯一值 |
fun_name |
函数 |
margins |
分类汇总 |
返回数据框
df_crossTable_run()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.