
Last chance! 50% off unlimited learning
Sale ends in
These functions print or return an HTML table.
print_html(ht, ...)to_html(ht, ...)
print_notebook(ht, ...)
# S3 method for huxtable
to_html(ht, ...)
A huxtable.
Arguments to pass to methods. Not currently used.
to_html
returns an HTML string. print_html
prints the string and returns NULL
.
print_notebook
prints HTML output suitable for use in an
RStudio interactive notebook.
Other printing functions: print_latex
,
print_md
, print_rtf
,
print_screen
# NOT RUN {
ht <- hux(a = 1:3, b = letters[1:3])
to_html(ht)
# }
Run the code above in your browser using DataLab