server_fn <- function(input, output, session) {
shellproj::app_server(input, output, session #,
# data = "specitfy your file path"
) # A separate function that allows you to call an external and independent data source
}
app <- shiny::shinyApp(ui = shellproj::app_ui(),
server = server_fn
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.