| nca_builder | R Documentation |
Takes the current analysis in the state object and creates the code to run the analysis
nca_builder(state)
state |
NCA state from |
NCA state with the NCA for the current analysis built.
# We need a module variables to be defined
sess_res = NCA_test_mksession()
state = sess_res$state
state = nca_builder(state)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.