FM_fetch_app_state: Fetches the App State

View source: R/formods.R

FM_fetch_app_stateR Documentation

Fetches the App State

Description

Returns the entire state of the App

Usage

FM_fetch_app_state(session)

Arguments

session

Shiny session variable.

Value

App state or NULL if it's not defined.

Examples

# We need a Shiny session object to use this function:
sess_res = UD_test_mksession()
session = sess_res$session
app_state = FM_fetch_app_state(session)
app_state

formods documentation built on April 12, 2025, 1:57 a.m.