print_typst | R Documentation |
These functions print or return a Typst table.
print_typst(ht, ...)
to_typst(ht, ...)
ht |
A huxtable. |
... |
Arguments passed to methods. Not currently used. |
to_typst
returns a Typst string. print_typst
prints the string and returns NULL
.
Other printing functions:
print_html()
,
print_latex()
,
print_md()
,
print_rtf()
,
print_screen()
ht <- huxtable(a = 1:3, b = letters[1:3])
to_typst(ht)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.