# 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.