to_typst: Create Typst markup representing a huxtable

View source: R/typst.R

print_typstR Documentation

Description

These functions print or return a Typst table.

Usage

print_typst(ht, ...)

to_typst(ht, ...)

Arguments

ht

A huxtable.

...

Arguments passed to methods. Not currently used.

Value

to_typst returns a Typst string. print_typst prints the string and returns NULL.

See Also

Other printing functions: print_html(), print_latex(), print_md(), print_rtf(), print_screen()

Examples

ht <- huxtable(a = 1:3, b = letters[1:3])
to_typst(ht)

huxtable documentation built on Aug. 19, 2025, 1:12 a.m.