config_modelsummary: Persistent user settings for the 'modelsummary' package

View source: R/config_modelsummary.R

config_modelsummaryR Documentation

Persistent user settings for the modelsummary package

Description

Persistent user settings for the modelsummary package

Usage

config_modelsummary(
  factory_default,
  factory_latex,
  factory_html,
  factory_markdown,
  reset = FALSE
)

Arguments

factory_default

Default output format: "kableExtra", "gt", "flextable", "huxtable", "DT", or "markdown"

factory_latex

Name of package used to generate LaTeX output when output="latex".

factory_html

Name of package used to generate LaTeX output when output="html".

factory_markdown

Name of package used to generate LaTeX output when output="markdown".

reset

TRUE to return to default settings.


modelsummary documentation built on Oct. 15, 2023, 5:06 p.m.