ASM_read_app_state {formods}R 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

Examples

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

[Package formods version 0.2.1 Index]