FG_mk_preload: Make List of Current FG State

View source: R/FG_Server.R

FG_mk_preloadR 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)

formods documentation built on April 12, 2025, 1:57 a.m.