is.reactivevalues {shiny}R Documentation

Checks whether an object is a reactivevalues object

Description

Checks whether its argument is a reactivevalues object.

Usage

is.reactivevalues(x)

Arguments

x

The object to test.

See Also

reactiveValues().


[Package shiny version 1.8.1.1 Index]