logging_start_timer | R Documentation |
Start a nested timer with an optional message
logging_start_timer(msg, echo = TRUE, indentation_text = " ")
msg |
( |
echo |
( |
indentation_text |
( |
mbg::logging_start_timer(msg = 'Test logging')
Sys.sleep(0.1)
mbg::logging_stop_timer()
log_results <- mbg::logging_get_timer_log()
print(log_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.