FM_proc_include {formods}R 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:
id="UD"
sess_res = UD_test_mksession(session=list(), id=id)
state = sess_res$state
session = sess_res$session
FM_proc_include(state, session)

[Package formods version 0.1.4 Index]