FM_app_preload | R Documentation |
Populates session data for testing or to load a specific analysis.
FM_app_preload(
session,
sources = NULL,
react_state = list(),
quickload = FALSE
)
session |
Shiny session variable (in app) or a list (outside of app) |
sources |
Vector of at corresponds with the ID used to call the modules UI elements |
react_state |
Reactive shiny object (in app) or a list (outside of app) used to trigger reactions |
quickload |
Logical |
list with the following elements
isgood: Boolean indicating the exit status of the function.
msgs: Messages to be passed back to the user.
all_sess_res: List containing the result for each module stored in the list name with the module ID.
session: Returning the session variable to be used in scripting (not in app).
sources=system.file(package="formods", "preload", "UD.yaml")
res = FM_app_preload(session=list(), sources=sources)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.