Choose a directory in which to save the log file. If this is not called, no log file is created.
Examples
log_name <- initialise_log(".")
log_name
#> [1] "/tmp/RtmpkZFyGm/daiquiri/reference/daiquiri_20230916%H2704.log"
# \dontshow{
close_log()
#> [1] "/tmp/RtmpkZFyGm/daiquiri/reference/daiquiri_20230916%H2704.log"
file.remove(log_name)
#> [1] TRUE
# }