forked from Biogen-Inc/tidyCDISC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.R
More file actions
17 lines (13 loc) · 676 Bytes
/
app.R
File metadata and controls
17 lines (13 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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