Learn R Programming

formods (version 0.2.1)

FM_fetch_user_files_path: 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)

Value

Character string with the path to the log file.

Arguments

state

module state after yaml read

Examples

Run this code
# 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

Run the code above in your browser using DataLab