R/utils.R
check_web_deployment.Rd
Detects whether the app is running on a web server (shinyapps.io, Posit Connect) versus locally via run_app().
run_app()
check_web_deployment()
Logical TRUE if running on web server, FALSE if local
if (check_web_deployment()) { message("Running on web - some features disabled") }