sumtab: A styled summary table for one outcome by another grouping...

View source: R/sumtab.R

sumtabR Documentation

A styled summary table for one outcome by another grouping variable. A lovely set of statistics

Description

A styled summary table for one outcome by another grouping variable. A lovely set of statistics

Usage

sumtab(df, depvar, treatvar, caption = "", digits = 3, label = TRUE)

Details

uses kable and kable_styling

Examples

 sumtab(movies_long, budget, genre)
 airquality %>% mutate(ifelse(Ozonesumtab(airquality, Ozone, Month)

rethinkpriorities/rp-r-package documentation built on Jan. 7, 2023, 10:11 p.m.