long_stargazer: Make Table Long for Latex

Description Usage Arguments Value Author(s)

View source: R/long_stargazer.R

Description

Create a longtable stargazer output

Usage

1
2
3
4
5
6
7
8
long_stargazer(
  ...,
  table_caption,
  table_label,
  threeparttable = TRUE,
  landscape = FALSE,
  font_size = "small"
)

Arguments

...

Arguments passed to the stargazer function.

table_caption

Character. Title of the table.

table_label

Character. Label of the table (for referencing in Latex).

threeparttable

Logical. Align captions with table.

landscape

Logical. Put on a landscape page.

font_size

Integer. Size of the font inside the table.

Value

1
           A printable Latex long table

Author(s)

Nicolas Mangin


NicolasJBM/tablR documentation built on June 9, 2021, 5:23 p.m.