nice_descriptives: Table with descriptive statistics

View source: R/nice_descriptives.R

nice_descriptivesR Documentation

Table with descriptive statistics

Description

Table with descriptive statistics

Usage

nice_descriptives(
  data,
  round = NULL,
  auto_labels = FALSE,
  title = "Descriptive statistics",
  footnote = NULL,
  file = NULL,
  ...
)

Arguments

data

A data frame

round

Digits for round function

auto_labels

If TRUE, variable names are taken from a label attribute.

Value

A data frame with descriptive statistics

Examples

nice_descriptives(mtcars)

nice_descriptives(wmisc:::mtcars_labeled, auto_labels = TRUE, round = 2)

jazznbass/wmisc documentation built on Jan. 28, 2025, 11:13 p.m.