NCA_init_state {ruminate} | R Documentation |
Initialize NCA Module State
Description
Creates a list of the initialized module state
Usage
NCA_init_state(FM_yaml_file, MOD_yaml_file, id, id_UD, id_DW, session)
Arguments
FM_yaml_file |
App configuration file with FM as main section. |
MOD_yaml_file |
Module configuration file with MC as main section. |
id |
ID string for the module. |
id_UD |
ID string for the upload data module used to handle uploads or the name of the list element in react_state where the data set is stored. |
id_DW |
ID string for the data wrangling module to process any uploaded data |
session |
Shiny session variable (in app) or a list (outside of app) |
Value
list containing an empty NCA state
[Package ruminate version 0.2.4 Index]