dm_recode2latex: Turn all recoded tables in doc into latex

View source: R/dm_recode2latex.R

dm_recode2latexR Documentation

Turn all recoded tables in doc into latex

Description

...

Usage

dm_recode2latex(
  doc = NULL,
  file = "",
  lab.prefix = "tab:recode_",
  where = "htb",
  clearpage = NULL,
  ...
)

Arguments

doc

the dm documentation (if NULL we look in dm_doc())

file

'file' argument for Hmisc::latex (default = "")

lab.prefix

prefix for labels for LaTeX tables (default = "tab:recode_") which concatenates with the variable name

where

LaTeX indicator of position for float (Default: "htb")

clearpage

how many floats before a LaTeX clearpage? Recycled if necessary

...

arguments passed to Hmisc::latex.


renlund/datma documentation built on June 2, 2025, 5:12 a.m.