Learn R Programming

ruminate (version 0.3.1)

NCA_mk_preload: Make List of Current NCA State

Description

Reads in the app state from yaml files.

Usage

NCA_mk_preload(state)

Value

list with the following elements

  • isgood: Boolean indicating the exit status of the function.

  • msgs: Messages to be passed back to the user.

  • yaml_list: Lists with preload components.

Arguments

state

NCA state object

Examples

Run this code
sess_res = NCA_test_mksession()
state = sess_res$state
res = NCA_mk_preload(state)

Run the code above in your browser using DataLab