set_echo {loggit2} | R Documentation |
Set echo
set_echo(echo = TRUE, confirm = TRUE)
echo |
Should log messages be echoed to |
confirm |
Print confirmation message of echo setting? |
Invisible the previous echo setting.
## Not run:
set_echo(TRUE)
set_echo(FALSE)
## End(Not run)