FM_reset_app: Resets the App State

View source: R/formods.R

FM_reset_appR Documentation

Resets the App State

Description

Removes formods data from the app.

Usage

FM_reset_app(session)

Arguments

session

Shiny session variable.

Value

session variable with app data removed.

Examples

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

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