R/table_constructor.R
table_constructor.Rd
Use attributes to construct a table with column and row headers.
table_constructor( df, col_header_df, row_header_df, data_vars, table_name = NULL, table_format )
df | a data frame |
---|---|
col_header_df | col header information |
row_header_df | row header information |
data_vars | cell variable |
table_name | name of the table |
table_format | formatting o the table |
mmtable