R/run_example.R

Defines functions run_example

Documented in run_example

#' 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)
}
DRosenman/dbexplorer documentation built on Dec. 17, 2021, 4:02 p.m.