make_table: Make HTML Table

Description Usage Arguments

View source: R/make_table.R

Description

Make formatted HTML tables utilizing htmlTable

Usage

1
make_table(tbl, title = "", confidence = 0.95, ...)

Arguments

tbl

An data.table object returned by summarize_data

title

Title of the table

confidence

Confidence level for margin of error calculation. Defaults to 0.95. Set to NULL for standard error.

...

Other arguments passed to make_crosstab. Includes formatting arguments. See format_values.


Westat-Transportation/summarizeNHTS documentation built on May 17, 2020, 8:57 p.m.