initiate_log_file: Log file creation

View source: R/initiate_log_file.R

initiate_log_fileR Documentation

Log file creation

Description

Initiation a log file creation.

Usage

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".


OB7-IRD/t3 documentation built on April 23, 2023, 7:34 p.m.