So I've looked at the following links to make dynamic tabs when I perform an action and to create tabs with their own sidebars, but I can't seem to put 2 and 2 together.
R Shiny - add tabPanel to tabsetPanel dynamically (with the use of renderUI)
Are tabs with their own sidebars and mainPanels possible in shiny?
Does anyone know how to access the tabs after you dynamically create them? Also, is the renderUI example bad in this case because it creates a new list of headers with every action?