module-data-full | R Documentation |
This module allow to import data into the application, to map input's columns to variable of interest for the simulation and to validate that all is in order to proceed.
data_full_ui(id)
data_full_server(id, main_session = shiny::getDefaultReactiveDomain())
id |
Module's ID. |
main_session |
Main session. |
UI: HTML tags that can be included in the UI part of the application.
Server: a shiny::reactive()
function returning a data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.