Description Usage Arguments Value
View source: R/utility_functions.R
Log file is created or updated with the latest message along with the log timestamp. Enhanced for multi-threading if multiple threads are trying to log messages at the same time.
1 | log_messages(message, file_path)
|
message |
A character string representing the message to log. |
file_path |
A character string representing the path of the log file. Do not include file extension. |
A logical value TRUE if the operation is successful.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.