summarise.tabxplor_grouped_tab {tabxplor}R Documentation

summarise method for class tabxplor_grouped_tab

Description

summarise method for class tabxplor_grouped_tab

Usage

## S3 method for class 'tabxplor_grouped_tab'
summarise(.data, ..., .groups = NULL)

Arguments

.data

A tibble of class tabxplor_tab.

...

Name-value pairs of summary functions. The name will be the name of the variable in the result.

.groups

Grouping structure of the result.

Value

An object of class tabxplor_grouped_tab.


[Package tabxplor version 1.1.3 Index]