R/summary_modules.R
stock_summary_module.Rd
A shiny module that allows the user to see a tabular summary of a stock they have selected.
stock_summary_ui(id) stock_summary_server(id, stock)
The namespace of the module.
The stock that has been selected.
stock_summary()