#' Explorer the sample `chinook` database
#'
#' Example app run using popular `chinook` sample database.
#'
#'
#' @return
#' @export
#'
run_example <- function() {
db <- DBI::dbConnect(RSQLite::SQLite(), sample_database())
run_app(db, disconnect_on_exit = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.