Description Usage Arguments Details Value See Also Examples
This class provides the basis for building dynamic reports using
markdown text and resource from a datamart. You can
create a report with mdreport, which takes a template file name,
and a list of variables as arguments. The generic method put
can then be used to actually produce the report at various locations
(directory, memory, blogging site).
see class MdReport for details.
1 2  | 
tpl | 
 path to markdown template file  | 
name | 
 name of the Report, default ”  | 
xdata | 
 instance of Xdata class  | 
clss | 
 class of the object, default 'MdReport'  | 
verbose | 
 diagnostic messages T/F  | 
... | 
 number of targets  | 
strsubst is a simple
templating mechanism inspired from Python (PEP-0292).
Variables in the template are marked by a preceeding
dollar sign and get replaced with the value
of the corresponding variables passed to strsubst.
generic
1  | getSlots("MdReport")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.