Learn R Programming

cookies (version 0.2.3)

.root_session: Find the main session

Description

This function escapes from a module (or submodule, etc) to find the root session.

Usage

.root_session(session = shiny::getDefaultReactiveDomain())

Value

The first session that isn't a "session_proxy".

Arguments

session

A session object. Probably always use the default.