The function use as parameter the reactive function that returns a dataframe from the mod_DBSelector module, and the shiny input parameter to create the plots. These are put into the corresponding outputs for the UI reference in the
1 | mod_graficas_server(input, output, session, dataframe_rec)
|
input |
shiny Parameter where the inputs from the UI are store |
output |
shiny parameter where the id are reference to display in the UI |
session |
shiny parameter to store the session |
dataframe_rec |
The reactive function that returns a dataframe |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.