FG_mk_preload {formods} | R Documentation |
Make List of Current FG State
Description
Converts the current FG state into a preload list.
Usage
FG_mk_preload(state)
Arguments
state |
FG state object |
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.
Examples
sess_res = FG_test_mksession()
state = sess_res$state
res = FG_mk_preload(state)
[Package formods version 0.2.0 Index]