simpletable | R Documentation |
This function is not called directly, but rather via callModule() (see example).
simpletable(
input,
output,
session,
downloadMatrix = NULL,
displayMatrix,
pageLength = 15,
filename,
rownames = FALSE,
show_controls = TRUE,
filter = "none"
)
input |
Input object |
output |
Output object |
session |
Session object |
downloadMatrix |
Reactive expression for retrieving the plot to supply
for download (default: NULL, in which case |
displayMatrix |
Reactive expression for retrieving the plot for display |
pageLength |
Number of items per page |
filename |
A string to use in the name of the table download |
rownames |
Passed to |
show_controls |
Show search box, controls etc on resulting data table? (default: TRUE) |
filter |
Passed to |
callModule(simpletable, "simpletable", my_data_frame)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.