fit_stargazer: Fit Table Size for Latex

Description Usage Arguments Value Author(s)

View source: R/fit_stargazer.R

Description

Create a Latex tabular environment for stargazer and insert it in an adjustable table

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
fit_stargazer(
  ...,
  table_caption = "",
  table_label = "",
  env = "table",
  adjwidth = 0.75,
  adjheight = 0.75,
  space_before = "15pt",
  space_after = "15pt"
)

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).

env

Character. One of "table" or "sidewaystable".

adjwidth

Double. Percentage of the width of the text area.

adjheight

Double. Percentage of the height of the text area.

space_before

Character. Spacing before the table.

space_after

Character. Spacing after the table.

Value

1
         A resized printable Latex table.

Author(s)

Nicolas Mangin


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