tabulate_table | R Documentation |
Create a new tabulate table
tabulate_table() table_add_row(table, row)
table |
A table created with |
row |
A character vector or a tabulate table. |
A tabulate_table
.
table_add_row
: Adds rows to the table.
table <- tabulate_table() %>% table_add_row("hello") %>% table_add_row("world") table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.