md.log is an R package for producing very clean log files in Markdown format. The main aim of the package is to provide the tools for producing very clean log files, that also include a built-in function call argument, allowing to trace from which function the current log is being printed.
To install md.log
package in R:
devtools::install_github("haghish/md.log")
Once the log file is produced you can convert it to HTML as folloows
library(knitr)
knit2html("./filename.log")
See the test directory inside the package for examples
E. F. Haghish
Department of Psychology
University of Oslo, Norway