FM_fetch_log_path | R Documentation |
Use this to get the path to the formods log file
FM_fetch_log_path(state)
state |
module state after yaml read |
Character string with the path to the log file.
# Within shiny a session variable will exist,
# this creates one here for testing purposes:
sess_res = UD_test_mksession()
session = sess_res$session
state = sess_res$state
FM_fetch_log_path(state)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.