powered by
print_md(ht, ...)to_md(ht, ...)# S3 method for huxtable to_md(ht, max_width = 80, ...)
to_md(ht, ...)
# S3 method for huxtable to_md(ht, max_width = 80, ...)
to_md
print_md
NULL
align
caption
multiline_tables
print_html
print_latex
print_screen
ht <- huxtable(a = 1:5, b = 1:5) print_md(ht)
Run the code above in your browser using DataLab