FM_fetch_log_path: Fetches the Path to the Log File

View source: R/formods.R

FM_fetch_log_pathR Documentation

Fetches the Path to the Log File

Description

Use this to get the path to the formods log file

Usage

FM_fetch_log_path(state)

Arguments

state

module state after yaml read

Value

Character string with the path to the log file.

Examples

# 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)

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