sb_create_app: Run a ShinyDashboard App created using ShinyBones
Description
Run a ShinyDashboard App created using ShinyBones
Usage
sb_create_app(app_dir = ".",
config = yaml::read_yaml(file.path(app_dir, "_site.yml")),
data_global = list())
Arguments
app_dir
The directory containing the app.
config
The configuration specifying the layout.
data_global
The global data object that will be passed on to all
page modules.