When running episode or individual files, some functions have a wee note that pops up so you know where it is and what time it started ("Clean individual file function started at 2024-06-03 14:18:22")
Not all the functions have this and it could be useful to see where things are getting stuck or taking too long? It would be adding this to the start of the function:
cli::cli_alert_info(" x function started at {Sys.time()}")
When running episode or individual files, some functions have a wee note that pops up so you know where it is and what time it started ("Clean individual file function started at 2024-06-03 14:18:22")
Not all the functions have this and it could be useful to see where things are getting stuck or taking too long? It would be adding this to the start of the function: cli::cli_alert_info(" x function started at {Sys.time()}")