| auto_summarise | R Documentation |
Works exactly like dplyr::summarise(), but also captures each expression
and registers the resulting variable in the codebook.
auto_summarise(.data, labels = list(), block = "", ..., .groups = "drop")
.data |
A Spark DataFrame (tbl_spark) or local data frame. |
labels |
Named list mapping variable names to labels (descriptions). Variables not in this list get their own name as label. |
block |
Optional character label for the pipeline block/section (e.g. "Demographic variables"). Groups variables in the codebook. |
... |
Named expressions, same syntax as |
.groups |
Grouping behavior after summarise. Default: "drop". |
The summarised data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.