Learn R Programming

rpact (version 3.2.1)

kable.ParameterSet: Create output in Markdown

Description

The kable() function returns the output of the specified object formatted in Markdown.

Usage

kable.ParameterSet(x, ...)

Arguments

x

A ParameterSet. If x does not inherit from class ParameterSet, knitr::kable(x) will be returned.

...

Other arguments (see kable).

Details

Generic function to represent a parameter set 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.