View source: R/plain_html_table.R
plain_html_table | R Documentation |
Formats a data.frame into HTML code, so it can be used in e.g. mail()
or teams()
.
plain_html_table(x, max_col = Inf)
x |
a data.frame |
max_col |
maximum number of columns to return |
plain_html_table(mtcars[1:2, 1:2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.