Learn R Programming

formods (version 0.2.1)

FM_proc_include: 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)

Value

No return value, sets message in supplied session variable.

Arguments

state

formods State object.

session

Shiny session variable.

Examples

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

Run the code above in your browser using DataLab