simpletableInput | R Documentation |
This module produces a simple datatable output with a download button.
simpletableInput(id, tabletitle = "", description = NULL)
id |
Submodule namespace |
tabletitle |
Table title. Will be used on download button. |
description |
A string to display in the side bar to explain the table. |
output An HTML tag object that can be rendered as HTML using as.character()
simpletableInput("mytable", "this is a table")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.