Skip to contents

This function opens a shiny instance where the database can be viewed.

Usage

view_database(con, options = list(), max_file_upload_size = 2000 * 1024^2)

Arguments

con

A database connection object. The result of DBI::dbConnect().

options

A named list of options to be passed along to shinyApp().

max_file_upload_size

An integer. The max number of bits allowed in file uploads.

Value

An R Shiny instance.