FG_mk_preload | R Documentation |
Converts the current FG state into a preload list.
FG_mk_preload(state)
state |
FG state object |
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.
sess_res = FG_test_mksession()
state = sess_res$state
res = FG_mk_preload(state)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.