file_upload_timeline_module_ui | R Documentation |
A shiny Module.
A shiny Module.
file_upload_timeline_module_ui(id, button_text = "Download plot table") plot_module_ui(id, title, button_text = "Download plot table") plot_module_server(id, data, config, plot_func, ...)
id |
shiny id |
button_text |
button_text A string |
title |
A string, the displayed title of the shinydashboard::box() |
data |
A shiny::reactive() that returns a named list. The list must contain a list named "tables". |
config |
A shiny::reactive() that returns a named list. |
plot_func |
A shiny::reactive() that returns a string that is the name of a plotting function. |
... |
Arguments to plotly::ggplotly |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.