R/ssm_table.R
html_render.Rd
Format a data frame as an HTML table and render it to the web viewer.
html_render(df, caption = NULL, align = "l", ...)
A data frame to be rendered as an HTML table.
A string to be displayed above the table.
A string indicating the alignment of the cells (default = "l").
Other arguments to pass to htmlTable.
htmlTable
HTML syntax for the df table.
df
Other table functions: ssm_table()
ssm_table()