setup_logging_markdown: setup_logging_markdown (deprecated, use with...

Description Usage Arguments Examples

Description

Setup the markdown report file, create a sub directory in "OutDir". Its name is stamped with the script name and the modification time. Create the "path_of_report" variable used by all log-writing and ~wplot functions.

Usage

1
setup_logging_markdown(fname, title = "", append = T, b.png4Github = T)

Arguments

fname

Name of the report file.

title

Title of the report.

append

Set append to TRUE if you do not want to overwrite the previous report. Use continue_logging_markdown() if you return logging into an existing report.

b.png4Github

A global variable, defined by this and used by the other functions. If TRUE (default), any link to the .png versions of images will be created in a GitHub compatible format. That means, when you upload your markdown report and the .png images to your GitHub wiki under "Reports/" the links will correctly display the images online.

Examples

1
setup_logging_markdown (fname =  , title =  , append = T, b.png4Github = T)

vertesy/MarkdownReports.v2.9.5 documentation built on May 22, 2019, 4 p.m.