rconsoleprint
Prints text to the executor console window.
function rconsoleprint(texttextstringThe text to write. You must include \n for newlines.: string): voidUsage
Basic output
rconsolecreate()
rconsoleprint("Hello, World!\n")
rconsoleprint("Line 2\n")