Learn R Programming

rolap (version 2.5.1)

get_table: Get the table of the flat table

Description

Obtain the table of a flat table.

Usage

get_table(ft)

# S3 method for flat_table get_table(ft)

Value

A tibble, the table.

Arguments

ft

A flat_table object.

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

Run this code

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

Run the code above in your browser using DataLab