# We need a Shiny session object to use this function:
sess_res = DW_test_mksession()
session = sess_res$session
state = sess_res$state
app_code = FM_fetch_app_code(session = session,
state = state,
mod_ids = c("UD", "DW"))
cat(app_code$code)
Run the code above in your browser using DataLab