log_msg: Function to log a msg to a file

View source: R/log.R

log_msgR Documentation

Function to log a msg to a file

Description

Function to log a msg to a file

Usage

log_msg(msg = "script run.", dir = NULL, file = "script.log")

Arguments

msg

Message to log.

dir

A directory to write the report to.

file

file to log to.

Author(s)

Andreas Scharmueller, andschar@proton.me

Examples


  # connection to database required
  log_msg('Test')



andschar/andmisc documentation built on Jan. 19, 2025, 10:46 a.m.