run_app: shiny database explorer app

Description Usage Arguments Value Examples

View source: R/app.R

Description

Function to launch a shiny application for browsing database. The apps allows you to load, preview, and/or save any table in your database.

Usage

1
run_app(db, disconnect_on_exit = FALSE)

Arguments

db

database connection

disconnect_on_exit

if TRUE, database connection will be closed when app is stopped

Value

shiny application object

Examples

1
# run_app(DBI::dbConnect(RSQLite::SQLite(), sample_database()), TRUE)

DRosenman/dbexplorer documentation built on Dec. 17, 2021, 4:02 p.m.