render_ascii: Render a table_data object as a plain-text string

View source: R/render_ascii.R

render_asciiR Documentation

Render a table_data object as a plain-text string

Description

Internal; called by stargazer when type = "text".

Usage

render_ascii(
  table_data,
  title = "",
  dep.var.caption = "Dependent variable:",
  column.labels = NULL,
  notes = NULL,
  notes.append = TRUE
)

Arguments

table_data

List returned by format_table.

title

Table title string.

dep.var.caption

Caption above the dependent-variable line.

column.labels

Optional character vector of column labels.

notes

Additional note strings.

notes.append

Logical; if FALSE, replace the default note.


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