Learn R Programming

rtables (version 0.3.6)

basic_table: Layout with 1 column and zero rows

Description

Every layout must start with a basic table.

Usage

basic_table()

Arguments

Value

A PreDataTableLayouts object suitable for passing to further layouting functions, and to build_table.

Examples

Run this code
# NOT RUN {
lyt <- basic_table() %>%
  analyze("AGE", afun = mean)

build_table(lyt, DM)

# }

Run the code above in your browser using DataLab