echo | R Documentation |
Prints a message to the console and the renamer tool GUI and/or the R console. When printing to the console, just calls the print function.
echo(message, printToGUI = TRUE, printToConsole = TRUE)
message |
character, the message to be printed. |
printToGUI |
logical, indicating whether or not to print the message to the gtext widget on the renamer GUI. |
printToConsole |
logical, indicating whether or not to print the message to the console. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.