R/module-data-display.R
module-data-display.Rd
Display data Module
data_display_ui(id) data_display_server(id, data_r = reactive(NULL))
Module's ID.
A reactive function returning a data.frame.
reactive
data.frame
UI: HTML tags that can be included in the UI part of the application.
Server: No value.