without_echo | R Documentation |
For Linux/Unix and OSX terminals, suppress key echoes from the terminal.
without_echo(expr)
expr |
Expression to evaluate without terminal echo. |
You will need to set echo to FALSE if you want the R script to handle all of the keypress-related behaviour, without any keys being echoed in the terminal by the operating system, when using non-blocking keypress. This is not necessary when running in a Windows command prompt, and will be safely ignored.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.