Learn R Programming

formods (version 0.2.1)

is_shiny: Determine if Object is Shiny Session Object

Description

Determines if the specified object is a shiny session object.

Usage

is_shiny(session = list())

Value

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

Arguments

session

Session object

Examples

Run this code
is_shiny(session = list())

Run the code above in your browser using DataLab