NCA_init_state: Initialize NCA Module State

View source: R/NCA_Server.R

NCA_init_stateR 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


ruminate documentation built on May 29, 2024, 11:09 a.m.