light_table_header: Header for the regression table

Description Usage Arguments

View source: R/light_table_header.R

Description

Header for the regression table

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
light_table_header(
  ncols_models,
  type = c("latex", "html"),
  title = "Title",
  label = "label",
  dep.var.labels = "Label dep.var.labels",
  dep.var.separate = NULL,
  column.labels = "blab",
  adjustbox_width = c(NULL, 1.1)
)

Arguments

ncols_models

Number of columns

type

Reporting output used. Accepted values are latex and html

title

Table caption

label

Table label

dep.var.labels

Label for dependent variables

dep.var.separate

Numeric vector that specifies how dep.var.labels should be laid out across regression table columns. A value of c(2, 1, 3), for instance, will apply the first label to the two first columns, the second label to the third column, and the third label will apply to the following three columns (i.e., columns number four, five and six).

column.labels

Label for columns

adjustbox_width

If the table needs to be adjusted to page width, what should be the parameter ?


linogaliana/tablelight documentation built on Jan. 29, 2021, 10:30 a.m.