Learn R Programming

flatr (version 0.1.1)

flatten_ct: Flatten i*j*k contingency tables into tidy data.

Description

flatten_ct() takes a i*j*k array, and turns it into a tibble

Usage

flatten_ct(data)

Arguments

data

An i*j*k array.

Value

A tibble with 3 columns.

Examples

Run this code
# NOT RUN {
flatten_ct(lung_cancer)

# }

Run the code above in your browser using DataLab