dtables2latex: dtables to latex code

View source: R/dtables.R

dtables2latexR Documentation

dtables to latex code

Description

dtables to latex code

Usage

dtables2latex(
  dt,
  format = TRUE,
  format.param = as.list(NULL),
  n = c(n = "size"),
  ...
)

dtables2latex_ungrouped_helper(dt, format = TRUE, ...)

dtables2latex_grouped_helper(dt, format = TRUE, ...)

Arguments

dt

a dtables

format

logical; do you want to format?

format.param

list of parameter values passed to format function

n

size indicator in table (set to NULL to suppress this)

...

arguments passed to dtable_latex

Functions

  • dtables2latex_ungrouped_helper(): deprecated function

  • dtables2latex_grouped_helper(): deprecated function


renlund/descripteur documentation built on Sept. 24, 2023, 7:07 p.m.