ASM_preload | R Documentation |
Populates the supplied session variable with information from list of sources.
ASM_preload(
session,
src_list,
yaml_res = NULL,
mod_ID = NULL,
react_state = list(),
quickload = FALSE
)
session |
Shiny session variable (in app) or a list (outside of app) |
src_list |
List of preload data (all read together with module IDs at the top level) |
yaml_res |
Result of reading in the formods (fm_cfg) and module (mod_cfg) yaml files |
mod_ID |
Module ID of the module being loaded. |
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.
session: Session object
input: The value of the shiny input at the end of the session initialization.
state: App state.
react_state: The react_state
components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.