nca_builder: Builds NCA Code from ui Elements

View source: R/NCA_Server.R

nca_builderR Documentation

Builds NCA Code from ui Elements

Description

Takes the current analysis in the state object and creates the code to run the analysis

Usage

nca_builder(state)

Arguments

state

NCA state from NCA_fetch_state() JMH update the return list below

Value

NCA state with the NCA for the current analysis built.

Examples

# Module IDs
id     = "NCA"
id_UD  = "UD"
id_DW  = "DW"
id_ASM = "ASM"

# We need a module variables to be defined
sess_res = NCA_test_mksession(session=list(),
     id     = id,
     id_UD  = id_UD,
     id_DW  = id_DW,
     id_ASM = id_ASM,
     full_session=FALSE)

state = sess_res$state

state = nca_builder(state)

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