html_render: Format and render data frame as HTML table

View source: R/ssm_visualization.R

html_renderR Documentation

Format and render data frame as HTML table

Description

Format a data frame as an HTML table and render it to the web viewer.

Usage

html_render(df, caption = NULL, align = "l", ...)

Arguments

df

A data frame to be rendered as an HTML table.

caption

A string to be displayed above the table.

align

A string indicating the alignment of the cells (default = "l").

...

Other arguments to pass to htmlTable.

Value

HTML syntax for the df table.

See Also

Other table functions: ssm_append(), ssm_table()


circumplex documentation built on Aug. 22, 2023, 9:11 a.m.