I am looking for the standard (if any) logging package for R, and some sample usage?
I also don't see any among the packages listed: http://cran.r-project.org/web/packages/
The log_close() function closes the log. In normal situations, a user would place the call to log_open() at the top of the program, call log_print() as needed in the program body, and call log_close() once at the end of the program.
logger: A Lightweight, Modern and Flexible Logging UtilityInspired by the the 'futile. logger' R package and 'logging' Python module, this utility provides a flexible and extensible way of formatting and delivering log messages with low overhead. Version: 0.2.2.
I just submitted a logging
package to CRAN. it is based on some parts of an older version of the 'futile' package (by Brian Lee Yung Rowe).
You find the logging
package:
It mimics the standard python logging
package, but please be careful if you decide to use it. I also attempted to document it by example, the package home page on R-Forge points to a couple of possible usage sessions.
Any feedback will be read with interest!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With