set_echo {loggit2} | R Documentation |
Set echo
Description
Set echo
Usage
set_echo(echo = TRUE, confirm = TRUE)
Arguments
echo |
Should log messages be echoed to |
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)
[Package loggit2 version 2.3.1 Index]