# Launch the ShinyApp (Do not remove this comment)
# To deploy, run: rsconnect::deployApp()
# Or use the blue button on top of this file
# golem default's to these options
pkgload::load_all(helpers = FALSE, attach_testthat = FALSE) # export_all = FALSE # ac removed: if false, IDEAFilter fails
options( "golem.app.prod" = TRUE)
options(shiny.sanitize.errors = FALSE)
# options(shiny.autoload.r=FALSE) # needed if remove R/_disable_autoload.R
# rsconnect::writeManifest() # Needed for continuous deployment
# Launch the app
tidyCDISC::run_app() # add parameters here (if any)
# turn off any options
# options(shiny.autoload.r=NULL) # needed if remove R/_disable_autoload.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.