Call all modules
sb_call_modules(config, data_global = list(), input_global = list(),
display_tab = function(x) { TRUE })sb_call_all_modules(config, data_global, display_tab = function(x) {
TRUE })
Dashboard configuration read from _site.yml
Global data passed to all page modules
Global input passed to page module server functions
A function that returns a boolean indicating if a tab is to be displayed or not.