Description Usage Arguments Value Examples
Pretty HTML Table
1 | dfToPrettyTable(df, title = NULL, footnote = NULL)
|
df |
data frame |
title |
optional title for the table |
footnote |
optional simple footnote |
HTML Table
1 2 | dfToPrettyTable(iris)
dfToPrettyTable(head(iris), "iris data", "my note")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.