tbl2md: Convert a data frame to a markdown table

View source: R/llmjoin.R

tbl2mdR Documentation

Convert a data frame to a markdown table

Description

Convert a data frame to a markdown table

Usage

tbl2md(tbl, nm = NULL)

Arguments

tbl

a data.frame object or a vector.

nm

character, only used if 'tbl' is a vector.

Value

markdown style table string lines

Examples

tbl2md(iris)

llmjoin documentation built on June 17, 2026, 1:08 a.m.