ASM_read_app_state: Read App State From Yaml Files

View source: R/ASM_Server.R

ASM_read_app_stateR Documentation

Read App State From Yaml Files

Description

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"))

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