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)

jazznbass/wmisc documentation built on Oct. 29, 2024, 5:42 p.m.