inst/apps/EGLEtools/external/db_main_body.R

# Main

# tabs
# sourced in global.R
# ref in db_main_body.R
# menu in db_main_sb.R

function(id) {

    tabItems(
      tabItem(tabName = "tab_about"
              , tab_code_about())
      , tabItem(tabName = "tab_filebuilder_intro"
                , tab_code_filebuilder_intro())
      , tabItem(tabName = "tab_filebuilder_taxatrans"
                , tab_code_filebuilder_taxatrans())
      , tabItem(tabName = "tab_filebuilder_outsideapp"
                , tab_code_filebuilder_outsideapp())
      , tabItem(tabName = "tab_calc"
                , tab_code_calc())
      , tabItem(tabName = "tab_resources"
                , tab_code_resources())
    )## tabItems

}## FUNCTION ~ END
Blocktt/MIEGLEtools documentation built on June 10, 2025, 12:49 a.m.