Skip to contents

Determines if the specified object is a shiny session object.

Usage

is_shiny(session = list())

Arguments

session

Session object

Value

Logical indicating if the object is a shiny session object or not

Examples

is_shiny(session = list())
#> [1] FALSE