Skip to contents

Render tables.

Usage

render_table(expr, env = parent.frame(), quoted = FALSE)

table_output(id, ...)

table(data)

Arguments

expr

An expression that returns a table().

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.

id

The output ID.

...

Additional attributes to be passed to the HTML table tag.

data

A data frame.