enable_logging | R Documentation |
Choose to enable logging, to a specific file if desired.
enable_logging(log_file = NULL, memory = FALSE)
log_file |
the file to log to |
memory |
provide memory logging too? Only available on Linux and MacOS |
Uses the logger package under the hood, which is suggested in the dependencies. Having logging enabled is nice to see when things are starting and stopping, and what exactly has been done, without needing to write messages to the console. It is especially useful if you are getting errors, but can't really see them, then you can add "memory" logging to see if you are running out of memory.
Default log file has the pattern:
YYYY.MM.DD.HH.MM.SS_ScanCentricPeakCharacterization_run.log
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.