log_enable: Start and stop logging

View source: R/log.R

log_enableR Documentation

Start and stop logging

Description

Start and stop logging

Usage

log_enable(file = NULL, append = TRUE, envir = parent.frame())

log_disable()

Arguments

file

character, file name or path to a log file

append

logical, if TRUE output will be appended to an existing log file, otherwise the log file will be replaced

envir

log will be automatically disabled if environment is exited, set to NULL to disable

Value

no return value


cvasi documentation built on Sept. 23, 2024, 9:08 a.m.