getDefaultReactiveDomain {tabler}R Documentation

The Currently Running tablerApp Session

Description

Returns the session object of the tablerApp server function currently executing, or NULL if none is running. Used as the default session argument of moduleServer.

Usage

getDefaultReactiveDomain()

Value

A tablerApp session object, or NULL.

Loading...