FM_fetch_user_files_path | R Documentation |
Use this to get the path to the temporary directory where formods stores user files.
FM_fetch_user_files_path(state)
state |
module state after yaml read |
Character string with the path to the log file.
# We need a state object to use this function:
sess_res = UD_test_mksession()
state = sess_res$state
user_dir = FM_fetch_user_files_path(state)
user_dir
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.