tabulate_table {tabulate}R Documentation

Create a new tabulate table

Description

Create a new tabulate table

Usage

tabulate_table()

table_add_row(table, row)

Arguments

table

A table created with tabulate_table().

row

A character vector or a tabulate table.

Value

A tabulate_table.

Functions

Examples

table <- tabulate_table() %>%
  table_add_row("hello") %>%
  table_add_row("world")
table


[Package tabulate version 0.1.0 Index]