This function will create a log file for ArchR functions. If ArchRLogging is not TRUE this function will return NULL.

createLogFile(name = NULL, logDir = "ArchRLogs", useLogs = getArchRLogging())

Arguments

name

A character string to add a more descriptive name in log file.

logDir

The path to a directory where log files should be written.