powered by
Set echo
set_echo(echo = TRUE, confirm = TRUE)
Invisible the previous echo setting.
Should log messages be echoed to stdout?
stdout
Print confirmation message of echo setting?
if (FALSE) { set_echo(TRUE) set_echo(FALSE) }
Run the code above in your browser using DataLab