simpletableOutput | R Documentation |
This provides actual datatable element for display by applications
simpletableOutput(id, tabletitle = NULL)
id |
Module namespace |
tabletitle |
(optional) Title to display with the table |
output An HTML tag object that can be rendered as HTML using as.character()
simpletableOutput("simpletable", "my title")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.