Learn R Programming

formods (version 0.2.1)

DW_mk_preload: Make List of Current DW State

Description

Converts the current DW state into a preload list.

Usage

DW_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

DW state object

Examples

Run this code
sess_res = DW_test_mksession()
state = sess_res$state
res = DW_mk_preload(state)

Run the code above in your browser using DataLab