A shiny module that renders all of the content of the surge tabs
surgetab_ui(id) surgetab_server(id, model_output, column, title)
id | An ID string that uniquely identifies an instance of this module |
---|---|
model_output | reactive object passed in from the main server |
column | a NSE column name to use to display |
title | the name to use to describe the column used |