log_msg | R Documentation |
Function to log a msg to a file
log_msg(msg = "script run.", dir = NULL, file = "script.log")
msg |
Message to log. |
dir |
A directory to write the report to. |
file |
file to log to. |
Andreas Scharmueller, andschar@proton.me
# connection to database required
log_msg('Test')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.