initialise_log {daiquiri} | R Documentation |
Choose a directory in which to save the log file. If this is not called, no log file is created.
initialise_log(log_directory)
log_directory |
String containing directory to save log file |
Character string containing the full path to the newly-created log file
log_name <- initialise_log(".")
log_name