FM_fetch_deps | R Documentation |
For a given state and session this function will determine the module ids that are dependent as well as any packages the module elements might depend on.
FM_fetch_deps(state, session)
state |
Current module state after yaml file has been read |
session |
Shiny session variable |
list with the following elements:
mod_ids Dependent module ids.
packages List of package dependencies.
package_code Library commands to load packages.
# We need a Shiny session object to use this function:
sess_res = UD_test_mksession()
session = sess_res$session
state = sess_res$state
mod_deps = FM_fetch_deps(state, session)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.