logging_stop_timer | R Documentation |
End a nested timer
logging_stop_timer(echo = TRUE)
echo |
( |
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.