Description Usage Arguments Value See Also Examples
Convert a data frame to an HTML table object and reformat it.
1 2 3 |
dataset |
The dataset to draw table. |
heading |
The heading you want to input. '|' indicates colspan, '=' indicates rowspan. |
footRows |
The last several rows as <tfoot>. |
align |
Alignment of columns. |
concatCol |
Index of columns to concatenate, to make the table look hierachical. |
caption |
Table caption. |
tableWidth |
Width of the table. |
A table in HTML.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.