showDF | R Documentation |
Create an HTML table using DT package with fixed columns
showDF(data, ...)
data |
data object (either a matrix or a data frame). |
... |
Additional arguments used by dDT::atatable() function. |
returns an object of datatables
and htmlwidget
.
showDF(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.