kable {rpact}R Documentation

Create tables in Markdown

Description

The kable() function returns a single table for a single object that inherits from class ParameterSet.

Usage

kable(x, ...)

Arguments

x

The object that inherits from ParameterSet.

...

Other arguments (see kable).

Details

Generic to represent a parameter set in Markdown.


[Package rpact version 3.5.0 Index]