powered by
End a nested timer
logging_stop_timer(echo = TRUE)
(logical(1), default = TRUE) Should the message be written to screen?
logical(1)
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)
Run the code above in your browser using DataLab