sb_create_app: Run a ShinyDashboard App created using ShinyBones

Description Usage Arguments

View source: R/runapp.R

Description

Run a ShinyDashboard App created using ShinyBones

Usage

1
2
3
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.


ramnathv/satin documentation built on March 7, 2020, 2:03 a.m.