View source: R/view_database.R
view_database | R Documentation |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.