| PlotModule {Mosaic} | R Documentation |
server module for ggplot2 handler
PlotModule(input, output, session, reactives = reactive({
list(reactiveValues(plot = p, interactive = F)) }))
input |
|
output |
|
session |
|
reactives |
Import data from the shiny session |