df_to_md_table: Convert data frame to Markdown table

View source: R/tsqca_helpers.R

df_to_md_tableR Documentation

Convert data frame to Markdown table

Description

Convert data frame to Markdown table

Usage

df_to_md_table(df, digits = 3)

Arguments

df

Data frame to convert.

digits

Number of decimal places for numeric columns.

Value

Character string of Markdown table.


TSQCA documentation built on Feb. 18, 2026, 5:06 p.m.