Initiation a log file creation.
initiate_log_file(log_file = FALSE, log_path = NULL, log_name = "t3log")
Arguments
- log_file
Object of class logical
expected. Initiation or not for log file creation. By default FALSE (no).
- log_path
Object of class character
expected. Path of the log file directory. By default NULL.
- log_name
Object of class character
expected. Name of the log file. By default "t3log".
Value
A log file in text format at the location define in the argument "log_path".