View source: R/html-table-functions.R
make_html_table | R Documentation |
Turn a dataframe into an HTML formatted table.
make_html_table(metric_df)
metric_df |
A dataframe |
An HTML formatted character string ready for insertion into an HTML document.
## Not run: make_html_table(metric_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.