set_echo: Set echo

View source: R/configurations.R

set_echoR Documentation

Set echo

Description

Set echo

Usage

set_echo(echo = TRUE, confirm = TRUE)

Arguments

echo

Should log messages be echoed to stdout?

confirm

Print confirmation message of echo setting?

Value

Invisible the previous echo setting.

Examples

## Not run: 
 set_echo(TRUE)
 set_echo(FALSE)

## End(Not run)


loggit2 documentation built on June 8, 2025, 10:26 a.m.