powered by
print_latex(ht, ...)to_latex(ht, ...)# S3 method for huxtable to_latex(ht, tabular_only = FALSE, ...)
to_latex(ht, ...)
# S3 method for huxtable to_latex(ht, tabular_only = FALSE, ...)
to_latex
print_latex
NULL
print_html
print_md
print_screen
ht <- huxtable(a = 1:3, b = letters[1:3]) print_latex(ht)
Run the code above in your browser using DataLab