# app.R
#' Run testPostgreSQLRelations
#' @return running shiny app
#' @rdname testPostgreSQLRelations
#' @export
testPostgreSQLRelations <- function(){
ui <- source(system.file(package = "testPostgreSQLRelations",
"app/ui.R"))$value
server <- source(system.file(package = "testPostgreSQLRelations",
"app/server.R"))$value
shiny::shinyApp(ui, server)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.