FM_mk_app_preload | R Documentation |
Populates session data for testing or to load a specific analysis.
FM_mk_app_preload(session)
session |
Shiny session variable (in app) or a list (outside of app) |
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.
session: Returning the session variable to be used in scripting (not in app).
sources=system.file(package="formods", "preload", "UD.yaml")
sess_res = FM_app_preload(session=list(), sources=sources)
mkp_res = FM_mk_app_preload(sess_res$session)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.