if (FALSE) {
# to print LaTeX output:
options(huxtable.print = print_latex)
# to print Typst output:
options(huxtable.print = print_typst)
}
format(jams, output = "screen")
format(jams, output = "md")
format(jams, output = "typst")
Run the code above in your browser using DataLab