Skip to contents

Reads in the app state from yaml files.

Usage

ASM_read_app_state(sources = NULL)

Arguments

sources

Vector of at corresponds with the ID used to call the modules UI elements

Value

list with the following elements

  • isgood: Boolean indicating the exit status of the function.

  • msgs: Messages to be passed back to the user.

  • src_list: List containing the result of reading all of the sources.

  • yaml_res: Lists with elements for each module ID found in src_list with elements holding the modules configuration file "mod_cfg" and the modules formods configuration file "fm_cfg"

Examples

res = ASM_read_app_state(sources=system.file(package="formods", "preload", "UD_preload.yaml"))