md.import: md.import

Description Usage Arguments Examples

Description

Import and concatenated an external markdown or text file to the report

Usage

1
md.import(from.file, to.file = path_of_report)

Arguments

from.file

File to be appended at the (current) last line of the report

to.file

The report file. Defined as "path_of_report" by default, which is set by the "setup_MarkdownReports" function.

Examples

1
path_of_report = ww.set.path_of_report(); llprint ("Hello"); # md.import(path_of_report)

vertesy/MarkdownReportsDev documentation built on Nov. 15, 2021, 9:59 a.m.