Learn R Programming

formods (version 0.2.1)

FM_reset_app: Resets the App State

Description

Removes formods data from the app.

Usage

FM_reset_app(session)

Value

session variable with app data removed.

Arguments

session

Shiny session variable.

Examples

Run this code
# 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

Run the code above in your browser using DataLab