latex_fit_stargazer: Take a Latex tabular environment and insert it in an...

Description Usage Arguments Value

View source: R/latex_fit_stargazer.R

Description

Take a Latex tabular environment and insert it in an adjustable table

Usage

1
2
3
latex_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

A printable Latex table


NicolasJBM/writer documentation built on Aug. 12, 2019, 2:36 p.m.