library(outliers)
library(shiny)
shinyServer(function(input, output) {
observeEvent(input$UploadData, {
outliers::upload_qc()
})
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.