logging_get_timer_log | R Documentation |
Return a log of all timed events as a data.table
logging_get_timer_log(clear_log = FALSE, deindent = TRUE)
clear_log |
( |
deindent |
( |
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.