tbl_md_typ: Create Markdown Table for Typst

View source: R/tables.R

tbl_md_typR Documentation

Create Markdown Table for Typst

Description

Create a markdown table from a data frame for Typst.

Usage

tbl_md_typ(data, caption = NULL)

Arguments

data

A data frame.

caption

A caption for the table.

Details

This function creates a markdown table from a data frame.

Value

A markdown table.


jtrampush/npsych.data documentation built on Feb. 25, 2025, 12:30 a.m.