Description Usage Arguments Value
View source: R/table_constructor.R
Use attributes to construct a table with column and row headers.
1 2 3 4 5 6 7 8 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.