Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

md.log : producing Markdown log files with function call in R

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.

Installing

To install md.log package in R:

devtools::install_github("haghish/md.log")

Converting the Markdown log to HTML

Once the log file is produced you can convert it to HTML as folloows

library(knitr)
knit2html("./filename.log")

Example

See the test directory inside the package for examples

Author

E. F. Haghish
Center for Medical Biometry and Medical Informatics
University of Freiburg, Germany
and
Department of Mathematics and Computer Science
Univesity of Southern Denmark, Odense, Denmark

haghish@imbi.uni-freiburg.de
http://www.haghish.com/markdoc
@Haghish

About

a Markdown log system with function call for R

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.