ASM_read_app_state | R Documentation |
Reads in the app state from yaml files.
ASM_read_app_state(sources = NULL)
sources |
Vector of at corresponds with the ID used to call the modules UI elements |
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"
res = ASM_read_app_state(sources=system.file(package="formods", "preload", "UD_preload.yaml"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.