FM_fetch_user_files_path: Fetches the Path to the User Files

View source: R/formods.R

FM_fetch_user_files_pathR Documentation

Fetches the Path to the User Files

Description

Use this to get the path to the temporary directory where formods stores user files.

Usage

FM_fetch_user_files_path(state)

Arguments

state

module state after yaml read

Value

Character string with the path to the log file.

Examples

# 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

formods documentation built on April 12, 2025, 1:57 a.m.