tabulate_table: Create a new tabulate table

View source: R/RcppExports.R

tabulate_tableR 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

  • table_add_row: Adds rows to the table.

Examples

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


tabulate documentation built on March 18, 2022, 6:44 p.m.