FM_proc_include: Sets Message in State from UI Processing

View source: R/formods.R

FM_proc_includeR Documentation

Sets Message in State from UI Processing

Description

Any errors that need to be passed back to the user can be set with this function.

Usage

FM_proc_include(state, session)

Arguments

state

formods State object.

session

Shiny session variable.

Value

No return value, sets message in supplied session variable.

Examples

# We need a module state object to use this function:
sess_res = UD_test_mksession()
state = sess_res$state
session = sess_res$session
FM_proc_include(state, session)

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