.root_session {cookies} | R Documentation |
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())
Arguments
session |
A session object. Probably always use the default. |
Value
The first session that isn't a "session_proxy".
[Package cookies version 0.2.3 Index]