get_table: Get the table of the flat table

View source: R/flat_table.R

get_tableR Documentation

Get the table of the flat table

Description

Obtain the table of a flat table.

Usage

get_table(ft)

## S3 method for class 'flat_table'
get_table(ft)

Arguments

ft

A flat_table object.

Value

A tibble, the table.

See Also

star_database

Other flat table definition functions: as_star_database(), flat_table(), get_unknown_value_defined(), get_unknown_values(), read_flat_table_file(), read_flat_table_folder()

Examples


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


rolap documentation built on May 29, 2024, 10:38 a.m.