Run an R Script in it's own Session Informatively
execute.Rd
This function is a wrapper for a few tweaks around sourcing an R script.
Details
The R script is run in it's own R session, to avoid crashing an R session handling the batch processing of scripts. Activity is indicated with a spinner, and completed scripts are announced to help localise errors to a script. The time taken for a script to complete is also tracked in a log file, which can be accessed with `tictoc::tic.log()`.