powered by
These functions print or return a Typst table.
print_typst(ht, ...)to_typst(ht, ...)
to_typst(ht, ...)
to_typst returns a Typst string. print_typst prints the string and returns NULL.
to_typst
print_typst
NULL
A huxtable.
Arguments passed to methods. Not currently used.
Other printing functions: print_html(), print_latex(), print_md(), print_rtf(), print_screen()
print_html()
print_latex()
print_md()
print_rtf()
print_screen()
ht <- huxtable(a = 1:3, b = letters[1:3]) to_typst(ht)
Run the code above in your browser using DataLab