R/configurations.R
set_echo.Rd
Set echo
set_echo(echo = TRUE, confirm = TRUE)
Should log messages be echoed to stdout?
stdout
Print confirmation message of echo setting?
Invisible the previous echo setting.
if (FALSE) { # \dontrun{ set_echo(TRUE) set_echo(FALSE) } # }