library(pkgload)
library(shiny)
pkgload::load_all()
options(shiny.autoload.r = FALSE)
shiny::shinyApp(
ui = conr_ui(),
server = conr_server()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.