knit_print.SummaryFactory {rpact} | R Documentation |
Print Summary Factory in Markdown Code Chunks
Description
The function knit_print.SummaryFactory
is the default
printing function for rpact summary objects in knitr.
The chunk option render
uses this function by default.
To fall back to the normal printing behavior set the
chunk option render = normal_print
.
For more information see knit_print
.
Usage
## S3 method for class 'SummaryFactory'
knit_print(x, ...)
Arguments
x |
A |
... |
Other arguments (see |
Details
Generic function to print a summary object in Markdown.
Use options("rpact.print.heading.base.number" = "NUMBER")
(where NUMBER
is an integer value >= -1) to
specify the heading level. The default is
options("rpact.print.heading.base.number" = "0")
, i.e., the
top headings start with ##
in Markdown.
options("rpact.print.heading.base.number" = "-1")
means
that all headings will be written bold but are not
explicit defined as header.