Learn R Programming

ruminate (version 0.3.1)

nca_builder: 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)

Value

NCA state with the NCA for the current analysis built.

Arguments

state

NCA state from NCA_fetch_state()

Examples

Run this code
# We need a module variables to be defined
sess_res = NCA_test_mksession()

state = sess_res$state

state = nca_builder(state)

Run the code above in your browser using DataLab