Description Usage Arguments Value Examples
Write tables of text
1 2 3 4 5 6 7 | mm_textTable(
variables,
names_ = variables,
collapse_columns = 1,
arrange_columns = 1,
page_rows = 20
)
|
variables |
variables from 'df_responses' data to include in the table single or list. Order given will be order of table variabales |
names_ |
human readable names for the table headers single or list |
collapse_columns |
numeric vector of columns to collapse ex: 1, 1:2, c(1, 2, 4) |
page_rows |
number of rows to print on each page per table. |
arrange_column |
numeric vector of columns by which to arrange ex: 1, 1:2, c(1, 2, 4) |
outputs kable table
1 | mm_textTable(c('participant_role', 'participant_name'), c("Role", "Name"), 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.