FM_fetch_user_files_path {formods}R 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:
id="UD"
sess_res = UD_test_mksession(session=list(), id=id)
state = sess_res$state
user_dir = FM_fetch_user_files_path(state)
user_dir

[Package formods version 0.1.4 Index]