Skip to main content

builtin_kable

Function builtin_kable 

Source
fn builtin_kable(
    args: &[RValue],
    named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Render a data.frame as a markdown/pipe table.

Simplified version of knitr::kable(x, format = "pipe"). Produces a markdown-formatted table suitable for inclusion in reports.

@param x a data.frame @param format table format: “pipe” (default) or “simple” @return character string containing the formatted table