isRunning {shiny}R Documentation

Check whether a Shiny application is running

Description

This function tests whether a Shiny application is currently running.

Usage

isRunning()

Value

TRUE if a Shiny application is currently running. Otherwise, FALSE.


[Package shiny version 1.9.0 Index]