is_shiny {formods}R Documentation

Determine if Object is Shiny Session Object

Description

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())

[Package formods version 0.2.1 Index]