initialise_log {daiquiri} | R Documentation |
Initialise a log file
Description
Choose a directory in which to save the log file. If this is not called, no log file is created.
Usage
initialise_log(log_directory)
Arguments
log_directory |
String containing directory to save log file |
Value
Character string containing the full path to the newly-created log file
Examples
log_name <- initialise_log(".")
log_name
[Package daiquiri version 1.1.1 Index]