Skip to contents

Obtain the table of a flat table.

Usage

get_table(ft)

# S3 method for flat_table
get_table(ft)

Arguments

ft

A flat_table object.

Value

A tibble, the table.

Examples


table <- flat_table('iris', iris) |>
  get_table()