log_msg | R Documentation |
Message will only appear in the console or in log file if logging was
enabled using log_enable()
.
log_msg(...)
... |
elements will be concatenated using |
no return value
log_msg("this message will not appear")
log_enable()
log_msg("this message will appear")
log_msg("a number of ","elements to ",42," concatenate")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.