Run a ShinyDashboard App created using ShinyBones
| 1 2 3 | sb_create_app(app_dir = ".",
  config = yaml::read_yaml(file.path(app_dir, "_site.yml")),
  data_global = list())
 | 
| 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. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.