while(T){
print(Sys.getenv("EXECUTOR_ID"))
print(Sys.getenv("SYMBOL"))
print(Sys.time())
cat(Sys.time())
message(Sys.time())
Sys.sleep(5)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.