inst_qc_ol_upload_server<-function(){
require(outliers)
require(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.