View Database Connection with Octopus
This function opens a shiny instance where the database can be viewed.
view_database(con, options = list(), max_file_upload_size = 2000 * 1024^2)
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.An R Shiny instance.
Useful links