stargazer_summary: Render a summary statistics table

View source: R/summary_table.R

stargazer_summaryR Documentation

Render a summary statistics table

Description

Internal; called by stargazer when its first argument is a data.frame or matrix.

Usage

stargazer_summary(
  data,
  type,
  title = "",
  label = "",
  font.size = NULL,
  covariate.labels = NULL,
  omit = NULL,
  keep = NULL,
  digits = 3L,
  summary.stat = NULL,
  median = FALSE,
  notes = NULL,
  notes.append = TRUE,
  notes.align = "l",
  notes.label = "",
  out = NULL
)

stargazer2 documentation built on July 17, 2026, 5:08 p.m.