# inst/SaltsR_app/app.R
library(shiny)
library(bslib)
# Load UI and server files
source("ui.R")
source("server.R")
# Run the application
shinyApp(ui = ui, server = server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.